# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Text-CSV_XS 1.57
revision            0
license             {Artistic-1 GPL}
maintainers         oaf.dk:mni openmaintainer

description         Perl module containing comma-separated values manipulation routines

long_description    Text::CSV_XS provides facilities for the composition and decomposition of \
                    comma-separated values. An instance of the Text::CSV_XS class can combine \
                    fields into a CSV string and parse a CSV string into fields.

checksums           rmd160  79d49d97c228ec055291c98272d2abe11fdd0521 \
                    sha256  54dd63feb59e80d2ec596ac6bd8f8f80eb2042099fb68e35f3b47901c768621f \
                    size    277208

extract.suffix      .tgz

# recommends Encode 3.21
# perl 5.28.3 core is 2.97
# perl 5.30.3 core is 3.01
# perl 5.32.3 core is 3.06
# perl 5.34.3 core is 3.08_01
# perl 5.36.3 core is 3.17
# perl 5.38.1 core is 3.19

# MacPorts p5-encode is 3.21

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-extutils-makemaker \
                    port:p${perl5.major}-test-simple

    depends_lib-append \
                    port:p${perl5.major}-encode
}
