diff options
-rw-r--r-- | databases/p5-DBIx-Dump/Makefile | 5 |
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 |