blob: f013495c2d4101a1554505e25e02d960babf821f (
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
24
25
26
|
# New ports collection makefile for: Crypt::RandPasswd
# Date created: 24 October 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-RandPasswd
PORTVERSION= 0.02
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= An implementation of the Automated Password Generator standard
PERL_CONFIGURE= yes
MAN3= Crypt::RandPasswd.3
post-patch:
@${RM} ${WRKSRC}/lib/Crypt/RandPasswd.pm.orig
.include <bsd.port.mk>
|