summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"