diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-20 07:01:29 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-20 07:01:29 +0000 |
commit | 7eed0577343ec31c17890679e8e3eb19b1c0f1e4 (patch) | |
tree | 4f11416e46ac8592bf3409131b73c5df7b978fe3 /security/p5-Crypt-GeneratePassword | |
parent | 15e1a07d56ff6e541a953372a4427f4494a87e68 (diff) | |
download | freebsd-ports-7eed0577343ec31c17890679e8e3eb19b1c0f1e4.zip |
Add p5-Crypt-GeneratePassword 0.02,
This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.
PR: 55575
Submitted by: andrew@scoop.co.nz
Diffstat (limited to 'security/p5-Crypt-GeneratePassword')
-rw-r--r-- | security/p5-Crypt-GeneratePassword/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/pkg-plist | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile new file mode 100644 index 000000000000..2934737a9069 --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Crypt-GeneratePassword +# Date created: 14 August 2003 +# Whom: andrew@scoop.co.nz +# +# $FreeBSD$ +# + +PORTNAME= Crypt-GeneratePassword +PORTVERSION= 0.02 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= andrew@scoop.co.nz +COMMENT= Generate secure random pronounceable passwords + +PERL_CONFIGURE= yes + +MAN3= Crypt::GeneratePassword.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-GeneratePassword/distinfo b/security/p5-Crypt-GeneratePassword/distinfo new file mode 100644 index 000000000000..f86052061c7f --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-GeneratePassword-0.02.tar.gz) = a361420e59af50a2073f142506a713b0 diff --git a/security/p5-Crypt-GeneratePassword/pkg-descr b/security/p5-Crypt-GeneratePassword/pkg-descr new file mode 100644 index 000000000000..2e1d41eb69b5 --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/pkg-descr @@ -0,0 +1,8 @@ +Crypt/GeneratePassword version 0.02 +=================================== + +This module lets you generate secure random passwords +with a reasonable amount of pronounceability. It avoids +the problems associated with the FIPS-181 NIST standard +as used by Crypt::RandPasswd. See perldoc for more +details. diff --git a/security/p5-Crypt-GeneratePassword/pkg-plist b/security/p5-Crypt-GeneratePassword/pkg-plist new file mode 100644 index 000000000000..fcab373a647e --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Crypt/GeneratePassword/en.pm +%%SITE_PERL%%/Crypt/GeneratePassword.pm +%%SITE_PERL%%/Crypt/GeneratePassword/de.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GeneratePassword/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GeneratePassword +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@dirrm %%SITE_PERL%%/Crypt/GeneratePassword +@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true |