aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-06 00:44:58 +0800
committerswills <swills@FreeBSD.org>2012-01-06 00:44:58 +0800
commit03b4c327855d5af65939e2f9ca1f586866afaf38 (patch)
tree4ce7ff080981d7c0f9fa27d303d5ce42deeec8fc /finance
parent258bc0a3647ec77f3c98a0f0935c746cdb0a3201 (diff)
downloadfreebsd-ports-gnome-03b4c327855d5af65939e2f9ca1f586866afaf38.tar.gz
freebsd-ports-gnome-03b4c327855d5af65939e2f9ca1f586866afaf38.tar.zst
freebsd-ports-gnome-03b4c327855d5af65939e2f9ca1f586866afaf38.zip
- Add missing BUILD_DEPENDS to allow the module to work, silence build
warning and allow testing - Bump PORTREVISION due to added dependency - Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS as suggested by the Porters Handbook
Diffstat (limited to 'finance')
-rw-r--r--finance/p5-Business-OnlinePayment-PaymenTech/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/p5-Business-OnlinePayment-PaymenTech/Makefile b/finance/p5-Business-OnlinePayment-PaymenTech/Makefile
index cd255fe5895b..ef0fcd972cea 100644
--- a/finance/p5-Business-OnlinePayment-PaymenTech/Makefile
+++ b/finance/p5-Business-OnlinePayment-PaymenTech/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Business-OnlinePayment-PaymenTech
PORTVERSION= 2.04
+PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,8 +16,9 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= PaymenTech backend for Business::OnlinePayment
BUILD_DEPENDS= ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \
- p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
-RUN_DEPENDS= ${BUILD_DEPENDS}
+ p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
+ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes