aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Dump
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2013-03-26 15:39:08 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2013-03-26 15:39:08 +0000
commit47092a357183baee44782ae400728a01f56692ee (patch)
treeadf34116a35959aeb288ffa1a0ec63291820ddbf /databases/p5-DBIx-Dump
parentb2cdb80027021f74b4197655682a0ec191b9e788 (diff)
downloadports-47092a357183baee44782ae400728a01f56692ee.tar.gz
ports-47092a357183baee44782ae400728a01f56692ee.zip
- Add missing RUN_DEPENDS
- Bump PORTREVISION Reported by: az@
Notes
Notes: svn path=/head/; revision=315307
Diffstat (limited to 'databases/p5-DBIx-Dump')
-rw-r--r--databases/p5-DBIx-Dump/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Dump/Makefile b/databases/p5-DBIx-Dump/Makefile
index 3a574b1b0748..77684ca4a1a7 100644
--- a/databases/p5-DBIx-Dump/Makefile
+++ b/databases/p5-DBIx-Dump/Makefile
@@ -3,6 +3,7 @@
PORTNAME= DBIx-Dump
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +12,9 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Module for dumping database (DBI) data into a variety of formats
BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS} \
+ p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
+ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS
PERL_CONFIGURE= yes