diff options
author | sno <sno@pkgsrc.org> | 2012-09-03 11:16:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-03 11:16:19 +0000 |
commit | 4e0d388fe72337b41d3aace73ef0d4e3a247d6bb (patch) | |
tree | 6cfdb92079fd42cedd1cd08268737ae285c3ff10 /math | |
parent | 0d1ff2b4d2c2659ab37cc12a19dbfcf8efd876e2 (diff) | |
download | pkgsrc-4e0d388fe72337b41d3aace73ef0d4e3a247d6bb.tar.gz |
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigInt-Pari/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/p5-Math-BigInt-Pari/Makefile b/math/p5-Math-BigInt-Pari/Makefile index 81a57ec6ed0..afc5847ed5c 100644 --- a/math/p5-Math-BigInt-Pari/Makefile +++ b/math/p5-Math-BigInt-Pari/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2011/08/16 22:22:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/03 11:16:22 sno Exp $ DISTNAME= Math-BigInt-Pari-1.16 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} @@ -16,7 +17,7 @@ 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 +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../devel/gmp/buildlink3.mk" .include "../../lang/perl5/module.mk" |