summaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInteger
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-BigInteger')
-rw-r--r--math/p5-Math-BigInteger/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/p5-Math-BigInteger/Makefile b/math/p5-Math-BigInteger/Makefile
index eca1fe686fd..231535dc891 100644
--- a/math/p5-Math-BigInteger/Makefile
+++ b/math/p5-Math-BigInteger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:47:55 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/17 04:22:55 minskim Exp $
DISTNAME= Math-BigInteger-1.0
PKGNAME= p5-${DISTNAME}
@@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Arbitrary length integer extension module for Perl
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/BigInteger/.packlist
.include "../../lang/perl5/module.mk"