perl-Crypt-DH: remove long_desc.

This commit is contained in:
Juan RP 2014-02-22 09:09:27 +01:00
parent a5bb00a7a8
commit 49bc82d5ed
1 changed files with 1 additions and 7 deletions

View File

@ -2,7 +2,7 @@
pkgname=perl-Crypt-DH
version=0.07
wrksrc="Crypt-DH-${version}"
revision=2
revision=3
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl>=5.18 perl-Math-BigInt-GMP"
@ -14,9 +14,3 @@ 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."