summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortnn <tnn>2009-11-01 15:30:39 +0000
committertnn <tnn>2009-11-01 15:30:39 +0000
commitb95886259e3ca86975da52fb52f80ca7f0249417 (patch)
tree5b9cec959debd029bf24b474ae82cc27405d390e /databases
parentd59716cba83001d2b89b4ea185c95ae6b38b61f8 (diff)
downloadpkgsrc-b95886259e3ca86975da52fb52f80ca7f0249417.tar.gz
fix missing interpreter warning
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-CSV/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index dcb24e58046..c40bdeae6fe 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2009/10/17 14:27:20 sno Exp $
+# $NetBSD: Makefile,v 1.24 2009/11/01 15:30:39 tnn Exp $
#
DISTNAME= DBD-CSV-0.25
PKGNAME= p5-${DISTNAME:S/_/beta/}
+PKGREVISION= 1
SVR4_PKGNAME= p5dcs
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -19,6 +20,7 @@ DEPENDS+= p5-SQL-Statement>=1.22:../../databases/p5-SQL-Statement
DEPENDS+= p5-Text-CSV_XS>=0.69:../../textproc/p5-Text-CSV_XS
PERL5_PACKLIST= auto/DBD/CSV/.packlist
+REPLACE_PERL+= lib/DBD/CSV.pm
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.609
.include "../../databases/p5-DBI/buildlink3.mk"