# -*- 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 # $Id: Portfile 133515 2015-03-03 16:03:14Z hum@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 perl5.setup Text-CSV_XS 1.16 maintainers hum 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. platforms darwin license {Artistic-1 GPL} checksums rmd160 272206d8890fdc88ed4a0ae76ada473fb7459946 \ sha256 dcdf3f9c527e64b3448c93157700631b6cbc4c28346991f2c2eb001e999bc3b1 extract.suffix .tgz if {${name} ne ${subport}} { livecheck.type none }