pkgsrc/math/p5-Math-BigInt-Pari/Makefile
wen c34abb8b03 Update to 1.3008
Upstream changes:
1.3008 2021-08-28

 * Sync test files with Math-BigInt.

1.3007 2021-07-02

 * Sync test files with Math-BigInt.
2021-11-12 02:47:38 +00:00

23 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.25 2021/11/12 02:47:38 wen Exp $
DISTNAME= Math-BigInt-Pari-1.3008
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"