aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-Htpasswd/Makefile
blob: 0ca4206ec01d71d88922b221b9ecf3e15391fb07 (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
25
26
27
28
29
# Created by: 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}

USES=       perl5
USE_PERL5=  configure

MAN3=   Authen::Htpasswd.3 \
    Authen::Htpasswd::User.3 \
    Authen::Htpasswd::Util.3

NO_STAGE=   yes
.include <bsd.port.mk>