# -*- 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.60 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 0a089dc5d938df9f241790607e2e0c5460c845f4 \ sha256 798f8b45d5d4a24e34faeec6ae157d62356556ea0ba046d8e80f8fbf5c826911 \ size 282498 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.3 core is 3.19 # perl 5.40.1 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 }