# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Text-CSV_XS 1.02 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 abae24ee8b5a992d8447ebd9cac98cbf37134993 \ sha256 e42b338f0748295984a3a4157ca6075f46fa8a8012c50ffc259d2eaf50f376ef extract.suffix .tgz if {${perl5.major} != ""} { livecheck.type none } else { livecheck.type regex livecheck.url http://search.cpan.org/~hmbrand/ livecheck.regex >Text-CSV_XS-(\[0-9.\]+)< }