2014-05-30 01:35:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:54 wiz Exp $
|
2009-07-08 12:24:53 +02:00
|
|
|
|
2011-08-17 00:22:56 +02:00
|
|
|
DISTNAME= Math-BigInt-Pari-1.16
|
2009-07-08 12:24:53 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2014-05-30 01:35:13 +02:00
|
|
|
PKGREVISION= 4
|
2009-07-08 12:24:53 +02:00
|
|
|
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}
|
|
|
|
|
|
|
|
DEPENDS+= p5-Math-Pari>=2.010709:../../math/p5-Math-Pari
|
2010-09-24 00:01:51 +02:00
|
|
|
PERL5_REQD+= 5.12.2nb1
|
2009-07-08 12:24:53 +02:00
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Math/BigInt/Pari/.packlist
|
2012-09-03 13:16:19 +02:00
|
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
2009-07-08 12:24:53 +02:00
|
|
|
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|