ff82f19c5f
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. from eric olsen
16 lines
323 B
Makefile
16 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/12/28 09:31:27 jasper Exp $
|
|
|
|
COMMENT= comma-separated values manipulation routines
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-CSV-1.16
|
|
CATEGORIES= textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|