diff options
author | mjl <mjl> | 2001-09-19 03:19:31 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-09-19 03:19:31 +0000 |
commit | 5c6a17dbc33b11e08db6ac66dd6e10ef5e9a64bf (patch) | |
tree | fc4e06cd9e8879bd014c1cc0f206159ccda0bf3b | |
parent | 1d804ca9baaf9ac6fe050e9c0892b40ee5bfa540 (diff) | |
download | pkgsrc-5c6a17dbc33b11e08db6ac66dd6e10ef5e9a64bf.tar.gz |
Initial import of p5-Digest-MD4, as provided by Sen Nagata on tech-pkg.
-rw-r--r-- | security/p5-Digest-MD4/Makefile | 19 | ||||
-rw-r--r-- | security/p5-Digest-MD4/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Digest-MD4/pkg/DESCR | 2 | ||||
-rw-r--r-- | security/p5-Digest-MD4/pkg/PLIST | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile new file mode 100644 index 00000000000..bc88b1bbaf4 --- /dev/null +++ b/security/p5-Digest-MD4/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/19 03:19:31 mjl Exp $ +# + +DISTNAME= Digest-MD4-1.1 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= perl5 module for MD4 hash algorithm + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Digest/MD4/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Digest-MD4/distinfo b/security/p5-Digest-MD4/distinfo new file mode 100644 index 00000000000..51573556fc1 --- /dev/null +++ b/security/p5-Digest-MD4/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/19 03:19:31 mjl Exp $ + +SHA1 (Digest-MD4-1.1.tar.gz) = 553478ab8c5eedd46f8fdd4caa68aa7122539441 +Size (Digest-MD4-1.1.tar.gz) = 10456 bytes diff --git a/security/p5-Digest-MD4/pkg/DESCR b/security/p5-Digest-MD4/pkg/DESCR new file mode 100644 index 00000000000..e36f80c8ccc --- /dev/null +++ b/security/p5-Digest-MD4/pkg/DESCR @@ -0,0 +1,2 @@ +This is a Perl5 extension interface to the RSA Data Security Inc. MD4 +Message Digest algorithm. Documentation is in MD4.pm. diff --git a/security/p5-Digest-MD4/pkg/PLIST b/security/p5-Digest-MD4/pkg/PLIST new file mode 100644 index 00000000000..180e12c12e6 --- /dev/null +++ b/security/p5-Digest-MD4/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/19 03:19:31 mjl Exp $ |