void-packages/srcpkgs/perl-Math-BigInt-GMP/template
2017-08-20 00:30:01 +02:00

20 lines
651 B
Bash

# Template file for 'perl-Math-BigInt-GMP'
pkgname=perl-Math-BigInt-GMP
version=1.6004
revision=2
wrksrc="Math-BigInt-GMP-${version}"
build_style=perl-module
hostmakedepends="perl gmp-devel"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
short_desc="Math::BigInt::GMP - Use the GMP library for Math::BigInt routines"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://search.cpan.org/dist/Math-BigInt-GMP"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
checksum=236229dd7d323f142d8b24b83d21061152432096be7aea026002b8dbbba733f2
post_extract() {
sed -i /check_lib_or/d Makefile.PL
}