aboutsummaryrefslogtreecommitdiff
path: root/security/p5-POE-Filter-SSL
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 12:42:52 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 12:42:52 +0000
commitc9b4f372f45de0fc56af0a64e1f851a1e22a9279 (patch)
tree7f80c1c66cbf0347e6332598f6c4b63f7fff070a /security/p5-POE-Filter-SSL
parent657447da66b38ad1fbbfe5d9829ede801ebd2923 (diff)
downloadports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.tar.gz
ports-c9b4f372f45de0fc56af0a64e1f851a1e22a9279.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=300264
Diffstat (limited to 'security/p5-POE-Filter-SSL')
-rw-r--r--security/p5-POE-Filter-SSL/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile
index ff97bd803940..500a5a3f71a2 100644
--- a/security/p5-POE-Filter-SSL/Makefile
+++ b/security/p5-POE-Filter-SSL/Makefile
@@ -18,13 +18,13 @@ COMMENT= The easiest and flexiblest way to SSL in POEIntegrate SSL into POE
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
- ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE \
- ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
- ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE
+BUILD_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-POE>=0:${PORTSDIR}/devel/p5-POE \
+ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-POE>=0:${PORTSDIR}/devel/p5-POE
WRKSRC= ${WRKDIR}