# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Text-CSV 1.17
maintainers         narf_tm openmaintainer
description         Text::CSV - comma-separated values manipulation routines
long_description    Text::CSV provides facilities for the composition and \
                    decomposition of comma-separated values. An instance \
                    of the Text::CSV class can combine fields into a CSV \
                    string and parse a CSV string into fields.

platforms           darwin

checksums           md5 b03e37a760083732fa32308ec68f788f \
                    sha1 4c75a82fed60379bd685c9d5b299fe3863f2e84d \
                    rmd160 0c426a39b2055e7f073bc5a5ab2866024a1fb1ca

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
