summaryrefslogtreecommitdiff
path: root/security/p5-Text-Password-Pronounceable/Makefile
diff options
context:
space:
mode:
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"