# -*- 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 DBD-CSV 0.60 revision 0 license {Artistic-1 GPL} maintainers nomaintainer description DBD::CSV - DBI driver for CSV files long_description {*}${description} platforms {darwin any} extract.suffix .tgz checksums rmd160 36d758e18631a6b62caf37e9651695fe7d2e23ee \ sha256 018b83a30f799979bc8c3c3044c8b1c8001cdf60bdc3e746848818195254b4e7 \ size 43039 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-encode depends_lib-append \ port:p${perl5.major}-dbi \ port:p${perl5.major}-sql-statement \ port:p${perl5.major}-text-csv_xs supported_archs noarch }