aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RandPasswd/Makefile
blob: 3f37ccd3022efbc19c7231466e405f4e712f3c43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>

PORTNAME=	Crypt-RandPasswd
PORTVERSION=	0.04
PORTREVISION=	2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Implementation of the Automated Password Generator standard

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

post-patch:
	@${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig

.include <bsd.port.mk>