summaryrefslogtreecommitdiff
path: root/security/p5-Text-Password-Pronounceable/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-09-22 19:35:32 +0000
committersno <sno@pkgsrc.org>2009-09-22 19:35:32 +0000
commitf230d4f4c742b95241f1df07bedaad3cd76686e1 (patch)
tree62c4491500865dd8705f4973e75843c81a21de31 /security/p5-Text-Password-Pronounceable/Makefile
parent6f481597bab89970703ce3bec317b1f5003b4979 (diff)
downloadpkgsrc-f230d4f4c742b95241f1df07bedaad3cd76686e1.tar.gz
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.
Diffstat (limited to 'security/p5-Text-Password-Pronounceable/Makefile')
-rw-r--r--security/p5-Text-Password-Pronounceable/Makefile20
1 files changed, 20 insertions, 0 deletions
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"