void-packages/srcpkgs/perl-Crypt-DH/template

29 lines
966 B
Plaintext
Raw Normal View History

2012-11-28 09:54:42 +00:00
# Template build file for 'perl-Crypt-DH'.
pkgname=perl-Crypt-DH
version=0.07
wrksrc="Crypt-DH-${version}"
revision=2
2012-11-28 09:54:42 +00:00
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl>=5.18 perl-Math-BigInt-GMP"
2012-11-28 09:54:42 +00:00
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."
perl-Crypt-DH_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove all
}
}