aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon-MechanicalTurk
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 18:07:09 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 18:07:09 +0000
commit82e4dcc470cfc6e07b2a182ee315989d1adda4dc (patch)
treed69cdfbe94c6ea41ab87f1b5f256cde645524d92 /net/p5-Net-Amazon-MechanicalTurk
parente6353d0b3db307b860585f8ab426823ebe603cb0 (diff)
downloadports-82e4dcc470cfc6e07b2a182ee315989d1adda4dc.tar.gz
ports-82e4dcc470cfc6e07b2a182ee315989d1adda4dc.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300220
Diffstat (limited to 'net/p5-Net-Amazon-MechanicalTurk')
-rw-r--r--net/p5-Net-Amazon-MechanicalTurk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-Amazon-MechanicalTurk/Makefile b/net/p5-Net-Amazon-MechanicalTurk/Makefile
index bf15257b2b99..11fcf664f779 100644
--- a/net/p5-Net-Amazon-MechanicalTurk/Makefile
+++ b/net/p5-Net-Amazon-MechanicalTurk/Makefile
@@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Perl interface to the Amazon Mechanical Turk
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
- ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \
- ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
+RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
+ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
+ p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}