perl-Math-BigInt-GMP: fixed cross build.

This commit is contained in:
Juan RP 2014-06-14 09:48:46 +02:00
parent 2c42253f93
commit 50130ed91c

View file

@ -4,8 +4,8 @@ version=1.37
revision=2
wrksrc="Math-BigInt-GMP-${version}"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends} gmp-devel"
hostmakedepends="perl>=5.18 gmp-devel"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
maintainer="Juan RP <xtraeme@gmail.com>"