pkgsrc/math/p5-Math-BigInt-GMP/Makefile
adam f30d19cb53 Changes 1.37:
* Updated test files from the Math::BigInt distribution
* Updated bundled Devel::CheckLib from v0.92 to v0.93
* Math::BigInt::GMP now requires Math::BigInt v1.997
* Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
  generated by the distribution author at packaging time, MYMETA.* are
  generated by the end user at configure time after any dynamic dependencies
  are known.
* Changed Makefile.PL so that a "make dist" makes a META.yml and META.json.
* Updated common test files from the Math::BigInt distribution.
2012-02-24 16:29:43 +00:00

20 lines
614 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/02/24 16:29:43 adam Exp $
DISTNAME= Math-BigInt-GMP-1.37
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}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_REQD+= 5.14.2 # for Math::BigInt 1.997
PERL5_PACKLIST= auto/Math/BigInt/GMP/.packlist
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"