aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD4
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-09 05:35:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-09 05:35:18 +0000
commitf9da8d0ed0bf67f269aa467fac1fdcaf71fe1a81 (patch)
treec8977ffef36eb17a374adda98a0df986c118451b /security/p5-Digest-MD4
parent28432da97990e18bfb3b7a54c29dadf46eda7c06 (diff)
downloadports-f9da8d0ed0bf67f269aa467fac1fdcaf71fe1a81.tar.gz
ports-f9da8d0ed0bf67f269aa467fac1fdcaf71fe1a81.zip
add p5-Digest-MD4 1.1
Perl5 interface to the MD4 message digest algorithm
Notes
Notes: svn path=/head/; revision=75164
Diffstat (limited to 'security/p5-Digest-MD4')
-rw-r--r--security/p5-Digest-MD4/Makefile23
-rw-r--r--security/p5-Digest-MD4/distinfo1
-rw-r--r--security/p5-Digest-MD4/pkg-comment1
-rw-r--r--security/p5-Digest-MD4/pkg-descr4
-rw-r--r--security/p5-Digest-MD4/pkg-plist8
5 files changed, 37 insertions, 0 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
new file mode 100644
index 000000000000..a4072a1c1b03
--- /dev/null
+++ b/security/p5-Digest-MD4/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# Ports collection makefile for: p5-Digest-MD4
+# Date created: Feb 9, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Digest-MD4
+PORTVERSION= 1.1
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Digest
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Digest::MD4.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Digest-MD4/distinfo b/security/p5-Digest-MD4/distinfo
new file mode 100644
index 000000000000..0f58a7040564
--- /dev/null
+++ b/security/p5-Digest-MD4/distinfo
@@ -0,0 +1 @@
+MD5 (Digest-MD4-1.1.tar.gz) = 72e8a9eadb7d933a7305f1ff6510751c
diff --git a/security/p5-Digest-MD4/pkg-comment b/security/p5-Digest-MD4/pkg-comment
new file mode 100644
index 000000000000..520cab102a6b
--- /dev/null
+++ b/security/p5-Digest-MD4/pkg-comment
@@ -0,0 +1 @@
+Perl5 interface to the MD4 message digest algorithm
diff --git a/security/p5-Digest-MD4/pkg-descr b/security/p5-Digest-MD4/pkg-descr
new file mode 100644
index 000000000000..27738da57cd9
--- /dev/null
+++ b/security/p5-Digest-MD4/pkg-descr
@@ -0,0 +1,4 @@
+The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
+Message Digest algorithm from within Perl programs.
+
+WWW: http://search.cpan.org/search?dist=Digest-MD4
diff --git a/security/p5-Digest-MD4/pkg-plist b/security/p5-Digest-MD4/pkg-plist
new file mode 100644
index 000000000000..aced3ed335f7
--- /dev/null
+++ b/security/p5-Digest-MD4/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Digest/MD4.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/autosplit.ix
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4/MD4.bs
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD4
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest 2>/dev/null || true