# Template build file for 'perl-Math-BigInt-GMP'.
pkgname=perl-Math-BigInt-GMP
version=1.36
revision=1
wrksrc="Math-BigInt-GMP-${version}"
build_style=perl-module
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
maintainer="Juan RP <xtraeme@gmail.com"
homepage="http://search.cpan.org/dist/Math-BigInt-GMP"
license="GPL-2"
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
checksum=278115a882d0cb50fbbef36706d8fff44122de58f8e7d5f6dcebf00e2df1b449
long_desc="
 Provides support for big integer calculations by means of the GMP c-library."

makedepends="perl gmp-devel"

perl-Math-BigInt-GMP_package() {
	depends="perl"
	pkg_install() {
		vmove usr
	}
}