Lines 2-15
Link Here
|
2 |
# $FreeBSD: security/p5-Apache-Htpasswd/Makefile 336656 2013-12-16 18:24:49Z glarkin $ |
2 |
# $FreeBSD: security/p5-Apache-Htpasswd/Makefile 336656 2013-12-16 18:24:49Z glarkin $ |
3 |
|
3 |
|
4 |
PORTNAME= Apache-Htpasswd |
4 |
PORTNAME= Apache-Htpasswd |
5 |
PORTVERSION= 1.8 |
5 |
PORTVERSION= 1.9 |
6 |
CATEGORIES= security perl5 www |
6 |
CATEGORIES= security perl5 www |
7 |
MASTER_SITES= CPAN |
7 |
MASTER_SITES= CPAN |
8 |
PKGNAMEPREFIX= p5- |
8 |
PKGNAMEPREFIX= p5- |
9 |
|
9 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= 5u623l20@gmail.com |
11 |
COMMENT= Manage Unix crypt-style password file |
11 |
COMMENT= Manage Unix crypt-style password file |
12 |
|
12 |
|
|
|
13 |
LICENSE= ART10 GPLv1 |
14 |
LICENSE_COMB= dual |
15 |
|
13 |
BUILD_DEPENDS= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ |
16 |
BUILD_DEPENDS= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ |
14 |
p5-Digest-SHA1>=2.0:${PORTSDIR}/security/p5-Digest-SHA1 \ |
17 |
p5-Digest-SHA1>=2.0:${PORTSDIR}/security/p5-Digest-SHA1 \ |
15 |
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 |
18 |
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 |
Lines 18-24
Link Here
|
18 |
USES= perl5 |
21 |
USES= perl5 |
19 |
USE_PERL5= configure |
22 |
USE_PERL5= configure |
20 |
|
23 |
|
21 |
MAN3= Apache::Htpasswd.3 |
|
|
22 |
|
23 |
NO_STAGE= yes |
24 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |