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