20 lines
644 B
Bash
20 lines
644 B
Bash
# Template file for 'perl-Math-BigInt-GMP'
|
|
pkgname=perl-Math-BigInt-GMP
|
|
version=1.6005
|
|
revision=4
|
|
wrksrc="Math-BigInt-GMP-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl gmp-devel"
|
|
depends="perl"
|
|
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://metacpan.org/release/Math-BigInt-GMP"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
|
|
checksum=4c562ac3d41c871a65666bb111d3dcf17912364580f0db559dd4909ba5e6b828
|
|
|
|
post_extract() {
|
|
sed -i /check_lib_or/d Makefile.PL
|
|
}
|