# -*- 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.62 ../../authors/id/H/HM/HMBRAND
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  8668ef3b58f5d20f1336521d8e42ee4e3eb50c5b \
                    sha256  1710693eddaefdd56e74da42baa9ed676e7eaed28ebd303ad23c982fef2b1415 \
                    size    286929

extract.suffix      .tgz

# recommends Encode 3.22
# 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.3 core is 3.19
# perl 5.40.4 core is 3.21

# MacPorts p5-encode is 3.24

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

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