diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-29 11:37:40 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-29 11:37:40 +0800 |
commit | 84907b29cab620b3540a52b8752836a74080665d (patch) | |
tree | 0348121dea408535873e21d56331f2f6cf1464dd | |
parent | 26acde18c7f0965ea7f13ba96174b69e4bec679b (diff) | |
download | freebsd-ports-gnome-84907b29cab620b3540a52b8752836a74080665d.tar.gz freebsd-ports-gnome-84907b29cab620b3540a52b8752836a74080665d.tar.zst freebsd-ports-gnome-84907b29cab620b3540a52b8752836a74080665d.zip |
Perl module for accessing comma-separated values (CSV) via DBD
PR: 12903
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 32 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/pkg-descr | 1 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile new file mode 100644 index 000000000000..a4dcea8cba17 --- /dev/null +++ b/databases/p5-DBD-CSV/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: p5-DBD-CSV +# Version required: 0.1022 +# Date created: 20 June 1999 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +DISTNAME= DBD-CSV-0.1022 +PKGNAME= p5-DBD-CSV-0.1022 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBD + +MAINTAINER= dirk.meyer@dinoex.sub.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= DBD::File.3 \ + DBD::CSV.3 \ + Bundle::DBD::CSV.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/databases/p5-DBD-CSV/distinfo b/databases/p5-DBD-CSV/distinfo new file mode 100644 index 000000000000..bcb93f7fc74a --- /dev/null +++ b/databases/p5-DBD-CSV/distinfo @@ -0,0 +1 @@ +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 000000000000..71594dfd519f --- /dev/null +++ b/databases/p5-DBD-CSV/pkg-comment @@ -0,0 +1 @@ +DBI driver for CSV files diff --git a/databases/p5-DBD-CSV/pkg-descr b/databases/p5-DBD-CSV/pkg-descr new file mode 100644 index 000000000000..aa2940ffa9f5 --- /dev/null +++ b/databases/p5-DBD-CSV/pkg-descr @@ -0,0 +1 @@ + DBD::CSV - DBI driver for CSV files diff --git a/databases/p5-DBD-CSV/pkg-plist b/databases/p5-DBD-CSV/pkg-plist new file mode 100644 index 000000000000..0885a8760623 --- /dev/null +++ b/databases/p5-DBD-CSV/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/DBD/File.pm +lib/perl5/site_perl/%%PERL_VER%%/DBD/CSV.pm +lib/perl5/site_perl/%%PERL_VER%%/Bundle/DBD/CSV.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/CSV |