diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 05:15:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 05:15:46 +0000 |
commit | 5cfb05565510b710936122de4a8641cf9d6ee77e (patch) | |
tree | aa0a891f08eee126dd82ac2ff6ee752d88e8fc75 /finance/p5-Business-OnlinePayment | |
parent | c651b8ea1487ba21defe341c1818ec393c88db7c (diff) | |
download | ports-5cfb05565510b710936122de4a8641cf9d6ee77e.tar.gz ports-5cfb05565510b710936122de4a8641cf9d6ee77e.zip |
Notes
Diffstat (limited to 'finance/p5-Business-OnlinePayment')
-rw-r--r-- | finance/p5-Business-OnlinePayment/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile index fe2d3b80bfed..d546e975cf36 100644 --- a/finance/p5-Business-OnlinePayment/Makefile +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -17,11 +17,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_08 MAINTAINER= perl@FreeBSD.org COMMENT= A generic interface for processing online credit card payments -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |