# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Class-CSV 1.03
revision            3
license             {Artistic-1 GPL}
platforms           {darwin any}
maintainers         ryandesign openmaintainer
supported_archs     noarch

description         Class based CSV parser/writer

long_description    This module can be used to create objects from CSV files, \
                    or to create CSV files from objects. Text::CSV_XS is used \
                    for parsing and creating CSV file lines, so any \
                    limitations in Text::CSV_XS will of course be inherent \
                    in this module.

checksums           md5     35ba525a67e4c06c1e48f897aec2e0b8 \
                    sha1    550951ae30795af9d6bd58ffcbaf159cceae970a \
                    rmd160  3f1383513239cca998963b688a9657d63d9f1f40

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-class-accessor \
                    port:p${perl5.major}-text-csv_xs
}
