New package: perl-Crypt-DH-0.07.

This commit is contained in:
Juan RP 2012-11-28 10:54:42 +01:00
parent 146c5520bd
commit 33765f6a4a
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template build file for 'perl-Crypt-DH'.
pkgname=perl-Crypt-DH
version=0.07
wrksrc="Crypt-DH-${version}"
revision=1
build_style=perl-module
short_desc="Crypt::DH - Diffie-Hellman key exchange system"
maintainer="Juan RP <xtraeme@gmail.com"
homepage="http://search.cpan.org/dist/Crypt-DH"
license="GPL-2"
distfiles="${CPAN_SITE}/Crypt/Crypt-DH-${version}.tar.gz"
checksum=c88cf3423b01e6782e8986d7fe5304436ab84b0925c4498c6fdfa17ef9a37f5f
long_desc="
Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange
system. Diffie-Hellman is an algorithm by which two parties can agree on
a shared secret key, known only to them. The secret is negotiated over
an insecure network without the two parties ever passing the actual
shared secret, or their private keys, between them."
noarch=yes
fulldepends="perl perl-Math-BigInt-GMP"