blob: d2c7bdddf1d0a4c32890377f3431e1d929f1b8e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@exit2shell.com
COMMENT= An implementation of the Automated Password Generator standard
PERL_CONFIGURE= yes
MAN3= Crypt::RandPasswd.3
.include <bsd.port.mk>
|