pkgsrc/math/p5-Math-GMP/Makefile
wiz 188d87714d p5-Math-GMP: update to 2.20.
2.20  2020-02-09 Shlomif
    - Try to fix tests when using libgmp version 6.2.0
        - https://rt.cpan.org/Public/Bug/Display.html?id=131718
        - Thanks to GREGOA and HVDS and Debian.
        - The tests should still pass on earlier libgmps.
2020-09-07 11:49:43 +00:00

19 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.30 2020/09/07 11:49:43 wiz Exp $
DISTNAME= Math-GMP-2.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Math-GMP
COMMENT= Perl 5 module for high speed arbitrary size integer math
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= p5-Alien-GMP-[0-9]*:../../math/p5-Alien-GMP
PERL5_PACKLIST= auto/Math/GMP/.packlist
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"