aboutsummaryrefslogtreecommitdiff
path: root/www/p5-LWP-Authen-Wsse
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-05 03:10:23 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-05 03:10:23 +0000
commit177fda2433a690a4aba4005c004eebd4bf5d6437 (patch)
treede73393f654316f54ed32e7fa73b39ee08bb985e /www/p5-LWP-Authen-Wsse
parentbe7f9e6ff995e6fbad43d6730d4eb60ec39b082d (diff)
downloadports-177fda2433a690a4aba4005c004eebd4bf5d6437.tar.gz
ports-177fda2433a690a4aba4005c004eebd4bf5d6437.zip
- Remove SITE_PERL from *_DEPENDS
Notes
Notes: svn path=/head/; revision=298413
Diffstat (limited to 'www/p5-LWP-Authen-Wsse')
-rw-r--r--www/p5-LWP-Authen-Wsse/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile
index ef2ee0146fd3..c8792583c092 100644
--- a/www/p5-LWP-Authen-Wsse/Makefile
+++ b/www/p5-LWP-Authen-Wsse/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for enabling X-WSSE authentication in LWP
-BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@@ -25,7 +25,7 @@ MAN3= LWP::Authen::Wsse.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500805
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>