a50c1cb647
Approved by: maintainer (tobez@ via IM)
31 lines
896 B
Makefile
31 lines
896 B
Makefile
# New ports collection makefile for: security/p5-Authen-Htpasswd
|
|
# Date created: 11 November 2005
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Authen-Htpasswd
|
|
PORTVERSION= 0.171
|
|
CATEGORIES= security perl5 www
|
|
MASTER_SITES= CPAN
|
|
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
|
|
|
|
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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Authen::Htpasswd.3 \
|
|
Authen::Htpasswd::User.3 \
|
|
Authen::Htpasswd::Util.3
|
|
|
|
.include <bsd.port.mk>
|