summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV-Hash
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-02 23:45:32 +0000
committerrillig <rillig>2006-10-02 23:45:32 +0000
commit03adb4a9b5942e95cfda1a6af8aaba07da67ec25 (patch)
treeca16b6f067a6a0d0fb521cbcad73b909ebc583ac /textproc/p5-Text-CSV-Hash
parent846ff146190a97331334d2b6452bc5bdf3a567df (diff)
downloadpkgsrc-03adb4a9b5942e95cfda1a6af8aaba07da67ec25.tar.gz
Disabled the self test, since it doesn't work.
Diffstat (limited to 'textproc/p5-Text-CSV-Hash')
-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"