# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Class-CSV 1.03 revision 3 license {Artistic-1 GPL} platforms darwin 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 }