summaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD2
diff options
context:
space:
mode:
authormjl <mjl>2001-09-19 03:07:00 +0000
committermjl <mjl>2001-09-19 03:07:00 +0000
commit499e925f41bebddde914eab2683848abb0d1d093 (patch)
tree7dafb6e79dc3e3a651eff6042b966ba60d28de3c /security/p5-Digest-MD2
parent02f587d4618516fabc72c8a5cd3962c0c76cf5e5 (diff)
downloadpkgsrc-499e925f41bebddde914eab2683848abb0d1d093.tar.gz
Initial import of p5-Digest-MD2, as provided by Sen Nagata in PR/13986.
Diffstat (limited to 'security/p5-Digest-MD2')
-rw-r--r--security/p5-Digest-MD2/Makefile20
-rw-r--r--security/p5-Digest-MD2/distinfo4
-rw-r--r--security/p5-Digest-MD2/pkg/DESCR4
-rw-r--r--security/p5-Digest-MD2/pkg/PLIST1
4 files changed, 29 insertions, 0 deletions
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile
new file mode 100644
index 00000000000..f961cbba3d9
--- /dev/null
+++ b/security/p5-Digest-MD2/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/19 03:07:00 mjl Exp $
+#
+
+DISTNAME= Digest-MD2-2.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= perl5 module for MD2
+
+CONFLICTS+= p5-Digest-MD5-2.12
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/MD2/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Digest-MD2/distinfo b/security/p5-Digest-MD2/distinfo
new file mode 100644
index 00000000000..b7cbad468eb
--- /dev/null
+++ b/security/p5-Digest-MD2/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/09/19 03:07:00 mjl Exp $
+
+SHA1 (Digest-MD2-2.00.tar.gz) = 81de73b367d481d0a29f1c7a276266dc37bc6d32
+Size (Digest-MD2-2.00.tar.gz) = 16105 bytes
diff --git a/security/p5-Digest-MD2/pkg/DESCR b/security/p5-Digest-MD2/pkg/DESCR
new file mode 100644
index 00000000000..f88b1811bb5
--- /dev/null
+++ b/security/p5-Digest-MD2/pkg/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/security/p5-Digest-MD2/pkg/PLIST b/security/p5-Digest-MD2/pkg/PLIST
new file mode 100644
index 00000000000..7a1da52cadc
--- /dev/null
+++ b/security/p5-Digest-MD2/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/19 03:07:00 mjl Exp $