aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-05-16 00:25:29 +0800
committerErwin Lansing <erwin@FreeBSD.org>2005-05-16 00:25:29 +0800
commit8749078fbc0bebcc1f723e1bd5e86c6409194c3c (patch)
treed7d3e8582df64499dac8cfab7674af1cfc30d5ce
parentcb48c2f53062cbb35bb2728a861be7113e617990 (diff)
downloadfreebsd-ports-gnome-8749078fbc0bebcc1f723e1bd5e86c6409194c3c.tar.gz
freebsd-ports-gnome-8749078fbc0bebcc1f723e1bd5e86c6409194c3c.tar.zst
freebsd-ports-gnome-8749078fbc0bebcc1f723e1bd5e86c6409194c3c.zip
Readd depency on p5-SQL-Statement that was accidentily removed in rev. 1.17
Submitted by: Mark McPherson <admin@segment.org>
-rw-r--r--databases/p5-DBD-CSV/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index d98f3f56aa56..3fb8627cd382 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBD-CSV
PORTVERSION= 0.22
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@@ -17,6 +18,7 @@ MAINTAINER= erwin@FreeBSD.org
COMMENT= DBI driver for CSV files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
+ ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}