pkgsrc/math/p5-Math-BigInt-Pari/Makefile
sno 9e8ce37f99 Updating math/p5-Math-BigInt-Pari from 1.13nb2 to 1.14
pkgsrc changes:
- bump required perl5 version to 5.12.2nb1 to get Math::BigInt>=1.90

Upstream changes:
2010-09-10 v1.14 rafl 5716 tests
 * Fix tests with Math::BigInt >= 1.90 and depend on it.
2010-09-23 22:01:51 +00:00

24 lines
692 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/09/23 22:01:51 sno Exp $
#
DISTNAME= Math-BigInt-Pari-1.14
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}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari
PERL5_REQD+= 5.12.2nb1
PERL5_PACKLIST= auto/Math/BigInt/Pari/.packlist
PERL5_MODULE_TYPE= Module::Install
.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"