pkgsrc/math/p5-Math-GMP/Makefile
wiz 3f16c16dfc p5-Math-GMP: update to 2.16.
2.16  2017-12-18 Shlomif
    - Fix behaviour under "use feature 'bitwise'"
        - See https://rt.cpan.org/Public/Bug/Display.html?id=123907
        - Thanks to Sisphus for the report and perlxs for some insights.
2017-12-30 14:35:19 +00:00

20 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.24 2017/12/30 14:35:19 wiz Exp $
DISTNAME= Math-GMP-2.16
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-GMP/
COMMENT= Perl 5 module for high speed arbitrary size integer math
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= p5-Devel-CheckLib>=0:../../devel/p5-Devel-CheckLib
BUILD_DEPENDS+= p5-Test-YAML-Meta>=0.03:../../devel/p5-Test-YAML-Meta
PERL5_PACKLIST= auto/Math/GMP/.packlist
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"