perl-Crypt-DH: fixed cross build.

This commit is contained in:
Juan RP 2014-09-29 17:04:32 +02:00
parent 927130d2eb
commit c68c6018ea

View File

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