diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 04:07:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 04:07:06 +0000 |
commit | 52b5ca6432ec724a40354c0883103b31e955c69f (patch) | |
tree | cd7923f28a56c864da640ebab1656f5200d32c40 /devel/p5-Bit-Vector | |
parent | a5a984374f8403d381999e5884b8239d28872e7e (diff) | |
download | pkgsrc-52b5ca6432ec724a40354c0883103b31e955c69f.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-Bit-Vector')
-rw-r--r-- | devel/p5-Bit-Vector/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Bit-Vector/Makefile b/devel/p5-Bit-Vector/Makefile index 678ded5ae8b..a68b6ea4d06 100644 --- a/devel/p5-Bit-Vector/Makefile +++ b/devel/p5-Bit-Vector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:32:07 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/25 04:07:06 minskim Exp $ # DISTNAME= Bit-Vector-6.3 @@ -11,7 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Bit-Vector/Vector.html COMMENT= Efficient base class implementing bit vectors -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Bit/Vector/.packlist .include "../../lang/perl5/module.mk" |