diff options
author | seb <seb@pkgsrc.org> | 2005-10-12 17:55:26 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-10-12 17:55:26 +0000 |
commit | 7838a199308e11191ec7d98ccc6a88532881717b (patch) | |
tree | 9deeb3bf1581a983dbe3416639e71ebf2d2b8c97 | |
parent | 471536f0c0e292620ba6d3391d4279d8df99e50c (diff) | |
download | pkgsrc-7838a199308e11191ec7d98ccc6a88532881717b.tar.gz |
Initial import of p5-Crypt-DH as version 0.06 into the NetBSD Packages
Collection.
The Perl 5 module Crypt::DH implements the Diffie-Hellman key
exchange system.
-rw-r--r-- | security/p5-Crypt-DH/DESCR | 2 | ||||
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 20 | ||||
-rw-r--r-- | security/p5-Crypt-DH/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Crypt-DH/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/security/p5-Crypt-DH/DESCR b/security/p5-Crypt-DH/DESCR new file mode 100644 index 00000000000..d4af71023a3 --- /dev/null +++ b/security/p5-Crypt-DH/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Crypt::DH implements the Diffie-Hellman key +exchange system. diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile new file mode 100644 index 00000000000..4e6eb800c37 --- /dev/null +++ b/security/p5-Crypt-DH/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $ +# + +DISTNAME= Crypt-DH-0.06 +PKGNAME= p5-Crypt-DH-0.06 +SVR4_PKGNAME= p5cdh +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= seb@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-DH/ +COMMENT= Perl5 module for the Diffie-Hellman key exchange system + +DEPENDS+= p5-Math-Pari>=2.001804:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Random>=0.33:../../security/p5-Crypt-Random + +PERL5_PACKLIST= auto/Crypt/DH/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-DH/PLIST b/security/p5-Crypt-DH/PLIST new file mode 100644 index 00000000000..5254b0b54a1 --- /dev/null +++ b/security/p5-Crypt-DH/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $ diff --git a/security/p5-Crypt-DH/distinfo b/security/p5-Crypt-DH/distinfo new file mode 100644 index 00000000000..31fc0b02e96 --- /dev/null +++ b/security/p5-Crypt-DH/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $ + +SHA1 (Crypt-DH-0.06.tar.gz) = 99bfb2ba25872924f65b2c8c6e97d5e7c85f9b04 +RMD160 (Crypt-DH-0.06.tar.gz) = 777476bd6a20082e44fe3cd4b1b6c81b2b93aa22 +Size (Crypt-DH-0.06.tar.gz) = 18088 bytes |