openbsd-ports/textproc/p5-Text-CSV_XS/Makefile
avsm f50a1a9912 initial import of p5-Text-CSV_XS-0.23
from Chris Kuethe <ckuethe@ualberta.ca>
--
Text::CSV_XS provides facilities for the composition and decomposition
of comma-separated values. An instance of the Text::CSV_XS class
can combine fields into a CSV string and parse a CSV string into
fields.
2003-05-29 16:52:03 +00:00

21 lines
454 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/05/29 16:52:03 avsm Exp $
COMMENT= "comma-separated values manipulation routines"
DISTNAME= Text-CSV_XS-0.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Chris Kuethe <ckuethe@ualberta.ca>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>