# -*- 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.58 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 88014d3d0ac9c684f34f8986b778cffd70e85d31 \ sha256 546668f7828118d90fd2257fedd9494ba01e82f0c9abf3aedeb657fffcc56629 \ size 279826 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 }