From f230d4f4c742b95241f1df07bedaad3cd76686e1 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 22 Sep 2009 19:35:32 +0000 Subject: Importing package security/p5-Text-Password-Pronounceable for p5 module Text::Password::Pronounceable v0.28 from PR pkg/42022 with some modifications. This module generates pronuceable passwords, based the the English digraphs by D Edwards. --- security/p5-Text-Password-Pronounceable/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 security/p5-Text-Password-Pronounceable/Makefile (limited to 'security/p5-Text-Password-Pronounceable/Makefile') diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile new file mode 100644 index 00000000000..25aa09b0640 --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/09/22 19:35:32 sno Exp $ + +DISTNAME= Text-Password-Pronounceable-0.28 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 textproc security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-Password-Pronounceable/ +COMMENT= Generate pronounceable passwords +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Text/Password/Pronounceable/.packlist +PERL5_MODULE_TYPE= Module::Install + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3