diff options
author | mjl <mjl@pkgsrc.org> | 2000-10-23 13:57:03 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-10-23 13:57:03 +0000 |
commit | 91d15d71972a54eabebe440ddc44af0c65992055 (patch) | |
tree | a49ce0e3bb965e3b454cea671b67f1bd1c150e75 /databases | |
parent | 700742a9326a066ce5a2628425dfaab3b7816861 (diff) | |
download | pkgsrc-91d15d71972a54eabebe440ddc44af0c65992055.tar.gz |
Initial import of p5-DBD-CSV: Access comma separated value files via
the DBI interface.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 22 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/files/md5 | 3 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/pkg/COMMENT | 1 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/pkg/DESCR | 3 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/pkg/PLIST | 1 |
5 files changed, 30 insertions, 0 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile new file mode 100644 index 00000000000..12819078398 --- /dev/null +++ b/databases/p5-DBD-CSV/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/23 13:57:03 mjl Exp $ +# + +DISTNAME= DBD-CSV-0.1022 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} + +MAINTAINER= packages@netbsd.org +# HOMEPAGE= http:// + +DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI +DEPENDS+= p5-SQL-Statement>=0.1016:../../databases/p5-SQL-Statement +DEPENDS+= p5-Text-CSV_XS>=0.20:../../textproc/p5-Text-CVS_XS + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/CSV/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-CSV/files/md5 b/databases/p5-DBD-CSV/files/md5 new file mode 100644 index 00000000000..e929a6c8d4a --- /dev/null +++ b/databases/p5-DBD-CSV/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/10/23 13:57:03 mjl Exp $ + +MD5 (DBD-CSV-0.1022.tar.gz) = 8977c75e389004baba62cd8e541132a0 diff --git a/databases/p5-DBD-CSV/pkg/COMMENT b/databases/p5-DBD-CSV/pkg/COMMENT new file mode 100644 index 00000000000..59486e873f3 --- /dev/null +++ b/databases/p5-DBD-CSV/pkg/COMMENT @@ -0,0 +1 @@ +Access CSV files via DBI diff --git a/databases/p5-DBD-CSV/pkg/DESCR b/databases/p5-DBD-CSV/pkg/DESCR new file mode 100644 index 00000000000..bf4c3222df9 --- /dev/null +++ b/databases/p5-DBD-CSV/pkg/DESCR @@ -0,0 +1,3 @@ +The DBD::CSV module is yet another driver for the DBI that implements +access to so-called CSV files (Comma separated values). Such files are +mostly used for exporting MS Access and MS Excel data. diff --git a/databases/p5-DBD-CSV/pkg/PLIST b/databases/p5-DBD-CSV/pkg/PLIST new file mode 100644 index 00000000000..6ec123e603a --- /dev/null +++ b/databases/p5-DBD-CSV/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/23 13:57:03 mjl Exp $ |