Tweak security/libp11 version 0.4.0
[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 PORTREVISION=   1
7 CATEGORIES=     security perl5 www
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bofh@FreeBSD.org
12 COMMENT=        Manage Unix crypt-style password file
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Crypt-PasswdMD5>=0:security/p5-Crypt-PasswdMD5 \
18                 p5-Digest-SHA1>=2.0:security/p5-Digest-SHA1 \
19                 p5-MIME-Base64>=0:converters/p5-MIME-Base64
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21
22 USES=           perl5
23 USE_PERL5=      configure
24
25 .include <bsd.port.mk>