From 03b4c327855d5af65939e2f9ca1f586866afaf38 Mon Sep 17 00:00:00 2001 From: swills Date: Thu, 5 Jan 2012 16:44:58 +0000 Subject: - 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 --- finance/p5-Business-OnlinePayment-PaymenTech/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'finance') 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 -- cgit