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.
This commit is contained in:
parent
b151e33475
commit
c338c40703
4 changed files with 28 additions and 0 deletions
2
security/p5-Crypt-DH/DESCR
Normal file
2
security/p5-Crypt-DH/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
The Perl 5 module Crypt::DH implements the Diffie-Hellman key
|
||||
exchange system.
|
20
security/p5-Crypt-DH/Makefile
Normal file
20
security/p5-Crypt-DH/Makefile
Normal file
|
@ -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"
|
1
security/p5-Crypt-DH/PLIST
Normal file
1
security/p5-Crypt-DH/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/12 17:55:26 seb Exp $
|
5
security/p5-Crypt-DH/distinfo
Normal file
5
security/p5-Crypt-DH/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue