aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Htpasswd
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-03 05:56:20 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-03 05:56:20 +0000
commita50c1cb64785b551bfdbff06f3e1ee2731d50271 (patch)
treef0d9050bfa3146dd2ccf52f45dfa6976fdf0d336 /security/p5-Authen-Htpasswd
parent4812598a539d066b1edf7c36055b163ca1207256 (diff)
downloadports-a50c1cb64785b551bfdbff06f3e1ee2731d50271.tar.gz
ports-a50c1cb64785b551bfdbff06f3e1ee2731d50271.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
Notes
Notes: svn path=/head/; revision=298050
Diffstat (limited to 'security/p5-Authen-Htpasswd')
-rw-r--r--security/p5-Authen-Htpasswd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Authen-Htpasswd/Makefile b/security/p5-Authen-Htpasswd/Makefile
index bc2dc51179c7..acf0c65225e6 100644
--- a/security/p5-Authen-Htpasswd/Makefile
+++ b/security/p5-Authen-Htpasswd/Makefile
@@ -15,10 +15,10 @@ MAINTAINER= tobez@FreeBSD.org
COMMENT= Authen::Htpasswd - interface to read and modify Apache .htpasswd files
TAGS= apache authentication pass password md5 sha1 crypto
-COMMON_DEPENDS= ${SITE_PERL}/IO/LockedFile.pm:${PORTSDIR}/devel/p5-IO-LockedFile \
- ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
- ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
- ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
+COMMON_DEPENDS= p5-IO-LockedFile>=0:${PORTSDIR}/devel/p5-IO-LockedFile \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
+ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
BUILD_DEPENDS= ${COMMON_DEPENDS}
RUN_DEPENDS= ${COMMON_DEPENDS}