# -*- 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 119563 2014-04-30 14:40:17Z hum@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         Text-CSV_XS 1.07
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  292e540f45257149150cf706cdd37191410ca603 \
                    sha256  cf9a1acbb4566ced6a25c37dfca6a3717a4371eb8116d22bb4d5f0f345f38a35

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.\]+)<
}
