diff options
author | heinz <heinz@pkgsrc.org> | 2004-03-20 22:27:50 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-03-20 22:27:50 +0000 |
commit | b8f02090fde731b984c4de995dfbf277d75e4674 (patch) | |
tree | 6acdba8aa0bb5b1bc6017be43a4c1718bd4b3b4e /devel/p5-IO-stringy | |
parent | 8de552656c1931e9675618102b679e4eeddb54ff (diff) | |
download | pkgsrc-b8f02090fde731b984c4de995dfbf277d75e4674.tar.gz |
Uses no compiler, so USE_LANGUAGES is empty
Diffstat (limited to 'devel/p5-IO-stringy')
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 785ab4ec3ff..60ffebffb3c 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/19 22:15:11 minskim Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/20 22:29:54 heinz Exp $ # DISTNAME= IO-stringy-2.108 @@ -14,6 +14,7 @@ COMMENT= Perl class for I/O on in-core objects like strings and arrays PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES +USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO-stringy/.packlist .include "../../lang/perl5/module.mk" |