7c719d2b86
1.6005 2018-04-17 * Fix memory leak in _modinv() (thanks to DANAJ). See CPAN RT #123807. * The tests now require Test::More version 0.88 or newer. * Sync test files with Math-BigInt. * Add test files t/release-test-version.t, t/release-portability.t, and t/release-cpan-changes.t. * Use a MANIFEST.SKIP file based on the default file in the ExtUtils-Manifest distribution. * Format CHANGES according to CPAN::Changes::Spec. * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to t/release-pod-coverage.t.
19 lines
597 B
Makefile
19 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.19 2018/05/02 12:31:05 wiz Exp $
|
|
|
|
DISTNAME= Math-BigInt-GMP-1.6005
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Math-BigInt-GMP/
|
|
COMMENT= Perl module for arbitrary size integer math via the GMP library
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Math-BigInt>=1.999812:../../math/p5-Math-BigInt
|
|
|
|
PERL5_PACKLIST= auto/Math/BigInt/GMP/.packlist
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|