2013-08-05 17:05:29 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2005-11-11 14:45:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Authen-Htpasswd
|
2011-08-26 15:46:12 +02:00
|
|
|
PORTVERSION= 0.171
|
2005-11-11 14:45:53 +01:00
|
|
|
CATEGORIES= security perl5 www
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-11-11 14:45:53 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Authen::Htpasswd - interface to read and modify Apache .htpasswd files
|
|
|
|
TAGS= apache authentication pass password md5 sha1 crypto
|
|
|
|
|
2012-06-03 07:56:20 +02:00
|
|
|
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
|
2011-08-26 15:46:12 +02:00
|
|
|
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${COMMON_DEPENDS}
|
2005-11-11 14:45:53 +01:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-11-11 14:45:53 +01:00
|
|
|
|
|
|
|
MAN3= Authen::Htpasswd.3 \
|
|
|
|
Authen::Htpasswd::User.3 \
|
|
|
|
Authen::Htpasswd::Util.3
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2007-08-21 10:34:45 +02:00
|
|
|
.include <bsd.port.mk>
|