blob: af2a9c9db3bb6392b6bcdea77ef5ad810e2e45b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Authen-Htpasswd
PORTVERSION= 0.171
PORTREVISION= 1
CATEGORIES= security perl5 www
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Authen::Htpasswd - interface to read and modify Apache .htpasswd files
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}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|