svn commit: r315307 - head/databases/p5-DBIx-Dump
Ryan Steinmetz
zi at FreeBSD.org
Tue Mar 26 15:39:09 UTC 2013
Author: zi
Date: Tue Mar 26 15:39:08 2013
New Revision: 315307
URL: http://svnweb.freebsd.org/changeset/ports/315307
Log:
- Add missing RUN_DEPENDS
- Bump PORTREVISION
Reported by: az@
Modified:
head/databases/p5-DBIx-Dump/Makefile
Modified: head/databases/p5-DBIx-Dump/Makefile
==============================================================================
--- head/databases/p5-DBIx-Dump/Makefile Tue Mar 26 15:18:17 2013 (r315306)
+++ head/databases/p5-DBIx-Dump/Makefile Tue Mar 26 15:39:08 2013 (r315307)
@@ -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 at 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
More information about the svn-ports-all
mailing list