aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Amazon-SQS-Simple
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 22:30:02 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-26 22:30:02 +0000
commit92144196a4b9baf81efe3f97a8caa8bf00a38559 (patch)
tree68ca3847b247620e825fec69a8ed09a81a2de439 /net/p5-Amazon-SQS-Simple
parent61ca95f20aa100c756d97be710d7ec71387ab512 (diff)
downloadports-92144196a4b9baf81efe3f97a8caa8bf00a38559.tar.gz
ports-92144196a4b9baf81efe3f97a8caa8bf00a38559.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 9). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248631
Diffstat (limited to 'net/p5-Amazon-SQS-Simple')
-rw-r--r--net/p5-Amazon-SQS-Simple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Amazon-SQS-Simple/Makefile b/net/p5-Amazon-SQS-Simple/Makefile
index aef0cc0df4a5..d76f55b6f733 100644
--- a/net/p5-Amazon-SQS-Simple/Makefile
+++ b/net/p5-Amazon-SQS-Simple/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Amazon-SQS-Simple
PORTVERSION= 1.05
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN/../../authors/id/S/SW/SWHITAKER
PKGNAMEPREFIX= p5-
@@ -17,7 +18,6 @@ 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 \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}