pkgsrc/math/p5-Math-BigInt-Pari/Makefile
wiz 44413af0a6 p5-Math-BigInt-Pari: update to 1.3004.
1.3004 2018-04-17

 * 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.
2018-05-02 12:31:53 +00:00

23 lines
743 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/05/02 12:31:53 wiz Exp $
DISTNAME= Math-BigInt-Pari-1.3004
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-Pari/
COMMENT= Perl5 library to use Math::Pari for Math::BigInt routines
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari
DEPENDS+= p5-Math-BigInt>=1.999808:../../math/p5-Math-BigInt
PERL5_REQD+= 5.12.2nb1
PERL5_PACKLIST= auto/Math/BigInt/Pari/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"