diff options
author | az <az@FreeBSD.org> | 2012-06-04 13:15:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 13:15:46 +0800 |
commit | a6a4b6069bb9ac760485d1cfc053ac337c25360b (patch) | |
tree | 709746585710ced33f711628456180c3f3d9a6ae /finance/p5-Business-OnlinePayment | |
parent | d8feeaadff9c1ce707500eaa1fac690672ef2399 (diff) | |
download | freebsd-ports-gnome-a6a4b6069bb9ac760485d1cfc053ac337c25360b.tar.gz freebsd-ports-gnome-a6a4b6069bb9ac760485d1cfc053ac337c25360b.tar.zst freebsd-ports-gnome-a6a4b6069bb9ac760485d1cfc053ac337c25360b.zip |
- Remove SITE_PERL from *_DEPENDS
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 |