2013-09-11 19:56:03 +02:00
|
|
|
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
2009-04-30 19:51:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Apache-Htpasswd
|
2013-12-30 10:43:24 +01:00
|
|
|
PORTVERSION= 1.9
|
2009-04-30 19:51:57 +02:00
|
|
|
CATEGORIES= security perl5 www
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-12-30 10:43:24 +01:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
2009-04-30 19:51:57 +02:00
|
|
|
COMMENT= Manage Unix crypt-style password file
|
|
|
|
|
2013-12-30 10:43:24 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2009-04-30 19:51:57 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
|
|
|
|
p5-Digest-SHA1>=2.0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
|
|
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-04-30 19:51:57 +02:00
|
|
|
|
2013-09-11 19:56:03 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-04-30 19:51:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|