aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-CSV
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-CSV')
-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}