diff options
author | mjl <mjl@pkgsrc.org> | 2001-09-19 03:07:00 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-09-19 03:07:00 +0000 |
commit | da466d4b31cbbb2236ea6e2af6fd8d6521d44518 (patch) | |
tree | 7dafb6e79dc3e3a651eff6042b966ba60d28de3c | |
parent | 4273dee8eb67c6a9b93df331e25bb72a587b74fa (diff) | |
download | pkgsrc-da466d4b31cbbb2236ea6e2af6fd8d6521d44518.tar.gz |
Initial import of p5-Digest-MD2, as provided by Sen Nagata in PR/13986.
-rw-r--r-- | security/p5-Digest-MD2/Makefile | 20 | ||||
-rw-r--r-- | security/p5-Digest-MD2/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD2/pkg/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD2/pkg/PLIST | 1 |
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 $ |