perl-Crypt-DH: depend on perl-Math-BigInt too.

This commit is contained in:
Juan RP 2014-06-14 10:05:08 +02:00
parent a6120fb471
commit 6b858fae5a

View file

@ -2,10 +2,10 @@
pkgname=perl-Crypt-DH
version=0.07
wrksrc="Crypt-DH-${version}"
revision=4
revision=5
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="perl>=5.18 perl-Math-BigInt-GMP"
makedepends="perl>=5.18 perl-Math-BigInt perl-Math-BigInt-GMP"
depends="${makedepends}"
noarch="yes"
short_desc="Crypt::DH - Diffie-Hellman key exchange system"