Tweak security/sshblock version 1.0_1
[dports.git] / security / p5-Apache-Htpasswd / Makefile
1 # Created by: Greg Larkin <glarkin@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Apache-Htpasswd
5 PORTVERSION=    1.9
6 CATEGORIES=     security perl5 www
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     5u623l20@gmail.com
11 COMMENT=        Manage Unix crypt-style password file
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
17                 p5-Digest-SHA1>=2.0:${PORTSDIR}/security/p5-Digest-SHA1 \
18                 p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>