diff options
author | mjl <mjl> | 2000-10-26 17:42:21 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-10-26 17:42:21 +0000 |
commit | 891d34cccaa0f9ac9780a3a6204da9367a3c0a00 (patch) | |
tree | 736bdbfa70d044601147d5810c54ebf9418951da /textproc | |
parent | f89580f17b9604534407566151c892b12e59186e (diff) | |
download | pkgsrc-891d34cccaa0f9ac9780a3a6204da9367a3c0a00.tar.gz |
Re-import: Commiter dyslexic error.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 18 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/files/md5 | 3 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/pkg/PLIST | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile new file mode 100644 index 00000000000..3168f24125b --- /dev/null +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/26 17:42:21 mjl Exp $ +# + +DISTNAME= Text-CSV_XS-0.20 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= packages@netbsd.org +# HOMEPAGE= http:// + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/CSV_XS/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-CSV_XS/files/md5 b/textproc/p5-Text-CSV_XS/files/md5 new file mode 100644 index 00000000000..d1637ca9782 --- /dev/null +++ b/textproc/p5-Text-CSV_XS/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/26 17:42:21 mjl Exp $ + +MD5 (Text-CSV_XS-0.20.tar.gz) = 11d1316ea98683343f4ffe0a05cfb46b diff --git a/textproc/p5-Text-CSV_XS/pkg/COMMENT b/textproc/p5-Text-CSV_XS/pkg/COMMENT new file mode 100644 index 00000000000..de97a5eeb08 --- /dev/null +++ b/textproc/p5-Text-CSV_XS/pkg/COMMENT @@ -0,0 +1 @@ +Routines for composition and decomposition of comma-separated values diff --git a/textproc/p5-Text-CSV_XS/pkg/DESCR b/textproc/p5-Text-CSV_XS/pkg/DESCR new file mode 100644 index 00000000000..314ce2f78fc --- /dev/null +++ b/textproc/p5-Text-CSV_XS/pkg/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/textproc/p5-Text-CSV_XS/pkg/PLIST b/textproc/p5-Text-CSV_XS/pkg/PLIST new file mode 100644 index 00000000000..c6bf28bfbfc --- /dev/null +++ b/textproc/p5-Text-CSV_XS/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/26 17:42:21 mjl Exp $ |