summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorsno <sno>2012-09-03 11:16:19 +0000
committersno <sno>2012-09-03 11:16:19 +0000
commit75df9dc8f064db9c381bc534c50e6fbd809eba13 (patch)
tree6cfdb92079fd42cedd1cd08268737ae285c3ff10 /math
parent3222ec5fef0b234e4baed26750d7fc8a418266e7 (diff)
downloadpkgsrc-75df9dc8f064db9c381bc534c50e6fbd809eba13.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/Makefile5
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"