void-packages/srcpkgs/perl-Math-BigInt-GMP/template

22 lines
661 B
Plaintext
Raw Normal View History

# Template build file for 'perl-Math-BigInt-GMP'.
pkgname=perl-Math-BigInt-GMP
version=1.36
revision=2
wrksrc="Math-BigInt-GMP-${version}"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends} gmp-devel"
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
perl-Math-BigInt-GMP_package() {
depends="${hostmakedepends}"
pkg_install() {
vmove all
}
}