aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-05-20 03:05:45 +0800
committerswills <swills@FreeBSD.org>2011-05-20 03:05:45 +0800
commitf88e1f5651b26315109eef3e30ec246fe204aece (patch)
tree694206a791c08094305f0b87ef95be2495452c11 /databases
parentac5d08f24c85276449dbb1056ef4e5565436a036 (diff)
downloadfreebsd-ports-gnome-f88e1f5651b26315109eef3e30ec246fe204aece.tar.gz
freebsd-ports-gnome-f88e1f5651b26315109eef3e30ec246fe204aece.tar.zst
freebsd-ports-gnome-f88e1f5651b26315109eef3e30ec246fe204aece.zip
- Add missing dependencies reported by build log
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIWrapper/Makefile5
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