diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-05-19 19:05:45 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-05-19 19:05:45 +0000 |
commit | 9a2a0ce934877229e6f330861235f13e1b82886a (patch) | |
tree | 3de194b553438ad2cf2b65e69b625ad70875b53b /databases | |
parent | 1761a0e558d6edfda68b6e2301b71b0c91768fdb (diff) | |
download | ports-9a2a0ce934877229e6f330861235f13e1b82886a.tar.gz ports-9a2a0ce934877229e6f330861235f13e1b82886a.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index 211d2b4c5b94..96386751c5fe 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBIWrapper PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= SF PKGNAMEPREFIX= p5- @@ -17,7 +18,9 @@ COMMENT= Perl extension for generic DBI database access BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ + p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |