View | Details | Raw Unified | Return to bug 185200
Collapse All | Expand All

(-)./Makefile (-5 / +5 lines)
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>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Apache-Htpasswd-1.8.tar.gz) = 57709488c85555403fafcadf7e84d511630aa3f3c94750b59aa5bc1d3d75221c
1
SHA256 (Apache-Htpasswd-1.9.tar.gz) = 9358719be14799fc61e04989df7fdb9c0541402b0b8a7bdd181ff464f1cd2dfd
2
SIZE (Apache-Htpasswd-1.8.tar.gz) = 8397
2
SIZE (Apache-Htpasswd-1.9.tar.gz) = 8416
(-)./pkg-descr (-1 / +1 lines)
Lines 6-9 Link Here
6
crypted password. You can use this for non-Apache files if you wish,
6
crypted password. You can use this for non-Apache files if you wish,
7
but it was written specifically for .htaccess style files.
7
but it was written specifically for .htaccess style files.
8
8
9
WWW:    http://search.cpan.org/dist/Apache-Htpasswd/
9
WWW: http://search.cpan.org/dist/Apache-Htpasswd/
(-)./pkg-plist (+1 lines)
Lines 1-5 Link Here
1
%%SITE_PERL%%/Apache/Htpasswd.pm
1
%%SITE_PERL%%/Apache/Htpasswd.pm
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Htpasswd/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Htpasswd/.packlist
3
%%PERL5_MAN3%%/Apache::Htpasswd.3.gz
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Htpasswd
4
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Htpasswd
4
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
5
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache
5
@dirrmtry %%SITE_PERL%%/Apache
6
@dirrmtry %%SITE_PERL%%/Apache

Return to bug 185200