mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
perl-Crypt-DH: fixed cross build.
This commit is contained in:
parent
927130d2eb
commit
c68c6018ea
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ version=0.07
|
||||||
wrksrc="Crypt-DH-${version}"
|
wrksrc="Crypt-DH-${version}"
|
||||||
revision=7
|
revision=7
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl>=5.20"
|
hostmakedepends="perl>=5.20 perl-Math-BigInt perl-Math-BigInt-GMP"
|
||||||
makedepends="perl>=5.20 perl-Math-BigInt perl-Math-BigInt-GMP"
|
makedepends="${hostmakedepends}"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
short_desc="Crypt::DH - Diffie-Hellman key exchange system"
|
short_desc="Crypt::DH - Diffie-Hellman key exchange system"
|
||||||
|
|
Loading…
Add table
Reference in a new issue