# -*- 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.59
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  e8f451a9731b719bf34474391c7dac8fd6b8648d \
                    sha256  6c09fdec734ebfcba97b9e96a82265fec4e596cc998affe627a502d02721ce29 \
                    size    280807

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.2 core is 3.19
# perl 5.40.0 core is 3.21

# MacPorts p5-encode is 3.21

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

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