diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-19 22:13:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-19 22:13:37 +0000 |
commit | 38eb7d47e1cd0fc4616488dcb5b2beb1df48977d (patch) | |
tree | 489365961beacab7c5393e3aaadd9f19b775f72f /devel/p5-IO-stringy | |
parent | 98d480d589546e01c6065c1336fed4cb39ba3aea (diff) | |
download | pkgsrc-38eb7d47e1cd0fc4616488dcb5b2beb1df48977d.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-IO-stringy')
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 47f1f10017e..785ab4ec3ff 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:32:34 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/19 22:15:11 minskim Exp $ # DISTNAME= IO-stringy-2.108 @@ -11,7 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.zeegee.com/code/perl/IO-stringy/ COMMENT= Perl class for I/O on in-core objects like strings and arrays -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO-stringy/.packlist .include "../../lang/perl5/module.mk" |