summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-02 23:45:32 +0000
committerrillig <rillig>2006-10-02 23:45:32 +0000
commit4f0949625f8c2cd26ca814c6c2715fe6f639dc0c (patch)
treeca16b6f067a6a0d0fb521cbcad73b909ebc583ac /textproc
parent4c576118a64011422d76b0a41da8a46e27e326d9 (diff)
downloadpkgsrc-4f0949625f8c2cd26ca814c6c2715fe6f639dc0c.tar.gz
Disabled the self test, since it doesn't work.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-CSV-Hash/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Text-CSV-Hash/Makefile b/textproc/p5-Text-CSV-Hash/Makefile
index 1d6296706ed..554e65eed31 100644
--- a/textproc/p5-Text-CSV-Hash/Makefile
+++ b/textproc/p5-Text-CSV-Hash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2005/08/06 06:19:32 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/10/02 23:45:32 rillig Exp $
DISTNAME= Text-CSV-Hash-0.18
PKGNAME= p5-${DISTNAME}
@@ -13,5 +13,8 @@ COMMENT= Perl5 module for hash based CSV usage
PERL5_PACKLIST= auto/Text/CSV/Hash/.packlist
+# The provided test.pl is not a unit test.
+TEST_TARGET= # none
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"