summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SmbHash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-SmbHash/Makefile')
-rw-r--r--security/p5-Crypt-SmbHash/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/p5-Crypt-SmbHash/Makefile b/security/p5-Crypt-SmbHash/Makefile
new file mode 100644
index 00000000000..05be0927553
--- /dev/null
+++ b/security/p5-Crypt-SmbHash/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/06 22:53:24 wiz Exp $
+#
+
+DISTNAME= Crypt-SmbHash-0.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Crypt-SmbHash/
+COMMENT= Perl5 module for generating LM/NT hashes
+
+DEPENDS+= p5-Digest-MD4>=1.3:../../security/p5-Digest-MD4
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/Crypt/SmbHash/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"