aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SmbHash
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-07-27 13:40:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-07-27 13:40:54 +0000
commit8affb349cf16abdf1e724f1707e1062329215688 (patch)
treed56b50c92b658cf3f5a7f59e296b88c867581597 /security/p5-Crypt-SmbHash
parent3fef219d738ac8b43b74999545d958787e236f19 (diff)
downloadports-8affb349cf16abdf1e724f1707e1062329215688.tar.gz
ports-8affb349cf16abdf1e724f1707e1062329215688.zip
Add p5-Crypt-SmbHash 0.02, Perl module implementing lanman and nt md4
hash functions. PR: ports/69640 Submitted by: Florent Thoumie <flz@xbsd.org>
Notes
Notes: svn path=/head/; revision=114875
Diffstat (limited to 'security/p5-Crypt-SmbHash')
-rw-r--r--security/p5-Crypt-SmbHash/Makefile22
-rw-r--r--security/p5-Crypt-SmbHash/distinfo2
-rw-r--r--security/p5-Crypt-SmbHash/pkg-descr7
-rw-r--r--security/p5-Crypt-SmbHash/pkg-plist5
4 files changed, 36 insertions, 0 deletions
diff --git a/security/p5-Crypt-SmbHash/Makefile b/security/p5-Crypt-SmbHash/Makefile
new file mode 100644
index 000000000000..594b92fb7f24
--- /dev/null
+++ b/security/p5-Crypt-SmbHash/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Crypt-SmbHash
+# Date created: Jul 27 2004
+# Whom: Florent Thoumie <flz@xbsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-SmbHash
+PORTVERSION= 0.02
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= flz@xbsd.org
+COMMENT= Perl module implementing lanman and nt md4 hash functions
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::SmbHash.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-SmbHash/distinfo b/security/p5-Crypt-SmbHash/distinfo
new file mode 100644
index 000000000000..138882f8bb40
--- /dev/null
+++ b/security/p5-Crypt-SmbHash/distinfo
@@ -0,0 +1,2 @@
+MD5 (Crypt-SmbHash-0.02.tar.gz) = a0077b2a00b212c9fd8d22343fb338e5
+SIZE (Crypt-SmbHash-0.02.tar.gz) = 7940
diff --git a/security/p5-Crypt-SmbHash/pkg-descr b/security/p5-Crypt-SmbHash/pkg-descr
new file mode 100644
index 000000000000..25f544f8cdc0
--- /dev/null
+++ b/security/p5-Crypt-SmbHash/pkg-descr
@@ -0,0 +1,7 @@
+
+Perl implementation of lanman and nt md4 hash functions.
+
+WWW: http://search.cpan.org/dist/Crypt-SmbHash/
+
+- Florent Thoumie
+flz@xbsd.org
diff --git a/security/p5-Crypt-SmbHash/pkg-plist b/security/p5-Crypt-SmbHash/pkg-plist
new file mode 100644
index 000000000000..653b7f60b943
--- /dev/null
+++ b/security/p5-Crypt-SmbHash/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Crypt/SmbHash.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SmbHash/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SmbHash
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true