diff options
author | mjl <mjl> | 2001-09-20 00:53:24 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-09-20 00:53:24 +0000 |
commit | c009206c1bdb8876f55943814bc7578767a86922 (patch) | |
tree | ce3a75c21ae4209d4108495b3af91c74de55f156 /security | |
parent | 68b1ebb093bdcee15dde624d672dbe2e811e299e (diff) | |
download | pkgsrc-c009206c1bdb8876f55943814bc7578767a86922.tar.gz |
Initial import of p5-Crypt-RIPEMD160, as provided by Sen Nagata.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-RIPEMD160/Makefile | 19 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/pkg/DESCR | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RIPEMD160/pkg/PLIST | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile new file mode 100644 index 00000000000..dd1dea95c92 --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:53:24 mjl Exp $ +# + +DISTNAME= Crypt-RIPEMD160-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= perl5 module of the RIPEMD160 hash function + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/RIPEMD160/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-RIPEMD160/distinfo b/security/p5-Crypt-RIPEMD160/distinfo new file mode 100644 index 00000000000..f8fded5bcfc --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/20 00:53:24 mjl Exp $ + +SHA1 (Crypt-RIPEMD160-0.04.tar.gz) = 2310b3bae492d8b275c1ec1327f4162a0dc73203 +Size (Crypt-RIPEMD160-0.04.tar.gz) = 57548 bytes diff --git a/security/p5-Crypt-RIPEMD160/pkg/DESCR b/security/p5-Crypt-RIPEMD160/pkg/DESCR new file mode 100644 index 00000000000..3f1c65d636f --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/pkg/DESCR @@ -0,0 +1,2 @@ +The Crypt::RIPEMD160 module allows you to use the RIPEMD160 Message Digest +algorithm from within Perl programs. diff --git a/security/p5-Crypt-RIPEMD160/pkg/PLIST b/security/p5-Crypt-RIPEMD160/pkg/PLIST new file mode 100644 index 00000000000..50e68463fcf --- /dev/null +++ b/security/p5-Crypt-RIPEMD160/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/20 00:53:24 mjl Exp $ |