# -*- 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.01
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  5f07a1041aaf0e8c005d3fcab97a596b5f2d7316 \
                    sha256  efbcbd423f1d7e2f6698b53ba40464d2e39578ee3610eed3b04ceebd228c912d

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