diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:07:09 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 18:07:09 +0000 |
commit | 82e4dcc470cfc6e07b2a182ee315989d1adda4dc (patch) | |
tree | d69cdfbe94c6ea41ab87f1b5f256cde645524d92 /net/p5-Amazon-SQS-Simple | |
parent | e6353d0b3db307b860585f8ab426823ebe603cb0 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300220
Diffstat (limited to 'net/p5-Amazon-SQS-Simple')
-rw-r--r-- | net/p5-Amazon-SQS-Simple/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Amazon-SQS-Simple/Makefile b/net/p5-Amazon-SQS-Simple/Makefile index 1b948dbc3e4b..abc434884f6f 100644 --- a/net/p5-Amazon-SQS-Simple/Makefile +++ b/net/p5-Amazon-SQS-Simple/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@FreeBSD.org COMMENT= OO API for accessing the Amazon Simple Queue Service -BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ +BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} |