summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-Algorithm-Diff/Makefile5
-rw-r--r--devel/p5-IO-String/Makefile4
-rw-r--r--textproc/p5-Text-Diff/Makefile6
3 files changed, 10 insertions, 5 deletions
diff --git a/devel/p5-Algorithm-Diff/Makefile b/devel/p5-Algorithm-Diff/Makefile
index 2c8afd748fd..b42767a9e89 100644
--- a/devel/p5-Algorithm-Diff/Makefile
+++ b/devel/p5-Algorithm-Diff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/06/09 23:25:15 abs Exp $
+# $NetBSD: Makefile,v 1.14 2008/01/08 20:46:23 heinz Exp $
DISTNAME= Algorithm-Diff-1.1902
PKGNAME= p5-${DISTNAME}
@@ -12,8 +12,9 @@ COMMENT= Perl module for diffing similar to diff(1)
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
-REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl
+USE_LANGUAGES= # empty
+REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl
PERL5_PACKLIST= auto/Algorithm/Diff/.packlist
.include "../../lang/perl5/module.mk"
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"
diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile
index 2ea6454ba1c..dc450a4128f 100644
--- a/textproc/p5-Text-Diff/Makefile
+++ b/textproc/p5-Text-Diff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/11/05 17:06:43 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/01/08 20:48:18 heinz Exp $
DISTNAME= Text-Diff-0.35
PKGNAME= p5-${DISTNAME}
@@ -11,7 +11,9 @@ COMMENT= High-level text diffing module for Perl
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff
+DEPENDS+= p5-Algorithm-Diff>=1.15:../../devel/p5-Algorithm-Diff
+
+USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Diff/.packlist