aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD2
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:35:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 05:35:20 +0000
commit04c1c42cf5f237a28c71d23089a9e7f63feb6b9f (patch)
tree9e94905cef8f1b3e808a046a48eb83122199d188 /security/p5-Digest-MD2
parent7e2d88220c43c2f9b9f148c67bcc9076b770fc7f (diff)
downloadports-04c1c42cf5f237a28c71d23089a9e7f63feb6b9f.tar.gz
ports-04c1c42cf5f237a28c71d23089a9e7f63feb6b9f.zip
Notes
Diffstat (limited to 'security/p5-Digest-MD2')
-rw-r--r--security/p5-Digest-MD2/Makefile22
-rw-r--r--security/p5-Digest-MD2/distinfo1
-rw-r--r--security/p5-Digest-MD2/pkg-comment1
-rw-r--r--security/p5-Digest-MD2/pkg-descr12
-rw-r--r--security/p5-Digest-MD2/pkg-plist7
5 files changed, 43 insertions, 0 deletions
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile
new file mode 100644
index 000000000000..3563fd88c3ed
--- /dev/null
+++ b/security/p5-Digest-MD2/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Digest-MD2
+# Date created: 24 May 2001
+# Whom: petef@databits.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= Digest-MD2
+PORTVERSION= 2.00
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Digest
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= petef@databits.net
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Digest::MD2.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Digest-MD2/distinfo b/security/p5-Digest-MD2/distinfo
new file mode 100644
index 000000000000..12bd0f09b0ba
--- /dev/null
+++ b/security/p5-Digest-MD2/distinfo
@@ -0,0 +1 @@
+MD5 (Digest-MD2-2.00.tar.gz) = 2ea030c189c07f7477c9a623c793f0ad
diff --git a/security/p5-Digest-MD2/pkg-comment b/security/p5-Digest-MD2/pkg-comment
new file mode 100644
index 000000000000..15cb99caf70c
--- /dev/null
+++ b/security/p5-Digest-MD2/pkg-comment
@@ -0,0 +1 @@
+Perl5 interface to the MD2 message digest algorithm
diff --git a/security/p5-Digest-MD2/pkg-descr b/security/p5-Digest-MD2/pkg-descr
new file mode 100644
index 000000000000..8b350206de57
--- /dev/null
+++ b/security/p5-Digest-MD2/pkg-descr
@@ -0,0 +1,12 @@
+The Digest::MD2 module allows you to use the RSA Data Security
+Inc. MD2 Message Digest algorithm from within Perl programs. The
+algorithm takes as input a message of arbitrary length and produces as
+output a 128-bit "fingerprint" or "message digest" of the input.
+
+The Digest::MD2 programming interface is identical to the interface
+of Digest::MD5. MD2 is described in RFC 1115.
+
+WWW: http://search.cpan.org/search?dist=Digest-MD2
+
+- Pete
+petef@databits.net
diff --git a/security/p5-Digest-MD2/pkg-plist b/security/p5-Digest-MD2/pkg-plist
new file mode 100644
index 000000000000..4d6705e8ce83
--- /dev/null
+++ b/security/p5-Digest-MD2/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD2.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.bs
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest 2>/dev/null || true