perl-Crypt-DH: fixed cross build.
This commit is contained in:
parent
927130d2eb
commit
c68c6018ea
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue