aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2005-05-16 00:25:29 +0800
committererwin <erwin@FreeBSD.org>2005-05-16 00:25:29 +0800
commit62298fddfe64100e4875411ef30d4620512a6c7b (patch)
treead7b0634f0c8c927bd3b54992766fac32b7497ef /databases
parentf6409567910f6d7b0f216ddd3a161dfe9594bec6 (diff)
downloadfreebsd-ports-graphics-62298fddfe64100e4875411ef30d4620512a6c7b.tar.gz
freebsd-ports-graphics-62298fddfe64100e4875411ef30d4620512a6c7b.tar.zst
freebsd-ports-graphics-62298fddfe64100e4875411ef30d4620512a6c7b.zip
Readd depency on p5-SQL-Statement that was accidentily removed in rev. 1.17
Submitted by: Mark McPherson <admin@segment.org>
Diffstat (limited to 'databases')
-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 d98f3f56aa5..3fb8627cd38 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}