diff options
Diffstat (limited to 'finance/p5-Business-OnlinePayment/Makefile')
-rw-r--r-- | finance/p5-Business-OnlinePayment/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile index 44012d9e493c..2f494764e101 100644 --- a/finance/p5-Business-OnlinePayment/Makefile +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -12,13 +12,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generic interface for processing online credit card payments -BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +PORTSCOUT= limit:^[0-9\.]*$$ + USES= perl5 USE_PERL5= configure |