diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-17 04:22:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-17 04:22:55 +0000 |
commit | 794d908509c5c622e6b2c3dde5089345070c04af (patch) | |
tree | 82fc7752a62b587de9b23a4e217d136b98aa9415 /math/p5-Math-BigInteger | |
parent | 6edfd7a505699513b3e0b67c8009d503fcd9ddeb (diff) | |
download | pkgsrc-794d908509c5c622e6b2c3dde5089345070c04af.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'math/p5-Math-BigInteger')
-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" |