diff options
author | heinz <heinz> | 2008-01-08 20:41:00 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-08 20:41:00 +0000 |
commit | 47e367e876beb222f0381fea5bf75a9185423a3c (patch) | |
tree | 7b9adc032f644f21d0222dca84a9dd80a5acc128 /devel/p5-IO-String | |
parent | 71a14a312001100a2d06b4f86b0be135f67fd4d9 (diff) | |
download | pkgsrc-47e367e876beb222f0381fea5bf75a9185423a3c.tar.gz |
The package needs no C compiler.
Diffstat (limited to 'devel/p5-IO-String')
-rw-r--r-- | devel/p5-IO-String/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile index 15360c72bc7..d5953339eff 100644 --- a/devel/p5-IO-String/Makefile +++ b/devel/p5-IO-String/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/11/05 17:49:34 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/01/08 20:41:00 heinz Exp $ # DISTNAME= IO-String-1.08 @@ -13,6 +13,8 @@ COMMENT= Perl module for I/O on in-core objects like strings and arrays PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= # empty + PERL5_PACKLIST= auto/IO/String/.packlist .include "../../lang/perl5/module.mk" |