diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-29 07:31:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-29 07:31:47 +0000 |
commit | 004b4683a835f5017de1e7b6f34a5e382df1f89b (patch) | |
tree | 8bd8da820d1c91e7d1f7a157098d136336ab25f4 /security/p5-Text-Password-Pronounceable | |
parent | 947d4ffc615ad0db1d81ccdadcb6a02981c0efa2 (diff) |
Notes
Diffstat (limited to 'security/p5-Text-Password-Pronounceable')
4 files changed, 38 insertions, 0 deletions
diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile new file mode 100644 index 000000000000..b2509ac809e1 --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Text-Password-Pronounceable +# Date created: Fri Dec 29 13:13:45 UTC 2006 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Password-Pronounceable +PORTVERSION= 0.27 +CATEGORIES= security textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= A Perl extension for generating pronounceable passwords + +PERL_CONFIGURE= yes + +MAN3= Text::Password::Pronounceable.3 + +.include <bsd.port.mk> diff --git a/security/p5-Text-Password-Pronounceable/distinfo b/security/p5-Text-Password-Pronounceable/distinfo new file mode 100644 index 000000000000..6fdfc46111d6 --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Password-Pronounceable-0.27.tar.gz) = 352cdc7f334da336015b97c7feb20ee9 +SHA256 (Text-Password-Pronounceable-0.27.tar.gz) = 7f5bb72cff631e18077ee50a91973e8b1c1310d15b47541265f1bc7cec32b989 +SIZE (Text-Password-Pronounceable-0.27.tar.gz) = 13344 diff --git a/security/p5-Text-Password-Pronounceable/pkg-descr b/security/p5-Text-Password-Pronounceable/pkg-descr new file mode 100644 index 000000000000..d5be4388e546 --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/pkg-descr @@ -0,0 +1,6 @@ +Text::Password::Pronounceable - Generate pronounceable passwords + +This module generates pronuceable passwords, based the the +English digraphs by D Edwards. + +WWW: http://search.cpan.org/dist/Text-Password-Pronounceable/ diff --git a/security/p5-Text-Password-Pronounceable/pkg-plist b/security/p5-Text-Password-Pronounceable/pkg-plist new file mode 100644 index 000000000000..64e609471c8a --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Text/Password/Pronounceable.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Password/Pronounceable/.packlist +@dirrmtry %%SITE_PERL%%/Text/Password +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Password/Pronounceable +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Password +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |