This Perl library defines a single function, mkpasswd(), to generate random passwords. The function is meant to be a simple way for developers and system administrators to easily generate a relatively secure password. WWW: http://search.cpan.org/dist/String-MkPasswd PR: ports/156714 Submitted by: Frank Wall <fw@moov.de>
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# New ports collection makefile for: p5-String-MkPasswd
|
|
# Date created: Fri Apr 29 10:13:10 CEST 2011
|
|
# Whom: Frank Wall <fw@moov.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= String-MkPasswd
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:CGRAU
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fw@moov.de
|
|
COMMENT= A random password generator
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= mkpasswd.pl.1
|
|
MAN3= String::MkPasswd.3
|
|
|
|
.include <bsd.port.mk>
|