diff options
Diffstat (limited to 'security/p5-Authen-Htpasswd/Makefile')
-rw-r--r-- | security/p5-Authen-Htpasswd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Authen-Htpasswd/Makefile b/security/p5-Authen-Htpasswd/Makefile index ffd7cf62c192..1b07d36d5e74 100644 --- a/security/p5-Authen-Htpasswd/Makefile +++ b/security/p5-Authen-Htpasswd/Makefile @@ -12,10 +12,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= 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 +COMMON_DEPENDS= p5-IO-LockedFile>=0:devel/p5-IO-LockedFile \ + p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-Crypt-PasswdMD5>=0:security/p5-Crypt-PasswdMD5 \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} |