diff options
author | minskim <minskim> | 2004-02-17 04:22:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-17 04:22:55 +0000 |
commit | 30e19fdc282e43d145f4878bd79085eb5c25920a (patch) | |
tree | 82fc7752a62b587de9b23a4e217d136b98aa9415 | |
parent | 0b6866e5f7a20276204863c64dbd4a8b2332b57c (diff) | |
download | pkgsrc-30e19fdc282e43d145f4878bd79085eb5c25920a.tar.gz |
bl3ify and enable pkgviews installation.
-rw-r--r-- | math/p5-Math-BigInteger/Makefile | 6 |
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" |