aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Amazon-SQS-Simple
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 02:07:09 +0800
committeraz <az@FreeBSD.org>2012-06-30 02:07:09 +0800
commit993695bac18e6d1d7d75491881526bc0cca0e9a8 (patch)
tree8a68841db9e8254f0f86564d4c0806d592526dcc /net/p5-Amazon-SQS-Simple
parent5f496069a0fc2ffe8e7ae155fab2ea5c1d81d9ae (diff)
downloadfreebsd-ports-gnome-993695bac18e6d1d7d75491881526bc0cca0e9a8.tar.gz
freebsd-ports-gnome-993695bac18e6d1d7d75491881526bc0cca0e9a8.tar.zst
freebsd-ports-gnome-993695bac18e6d1d7d75491881526bc0cca0e9a8.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/p5-Amazon-SQS-Simple')
-rw-r--r--net/p5-Amazon-SQS-Simple/Makefile6
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}