diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-02 23:45:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-02 23:45:32 +0000 |
commit | 00d7e8cb4442b85fe2088c8fcf02deefcf02336d (patch) | |
tree | ca16b6f067a6a0d0fb521cbcad73b909ebc583ac /textproc | |
parent | c443c9e62c75d5830ac378a61f9080b2ef92c608 (diff) | |
download | pkgsrc-00d7e8cb4442b85fe2088c8fcf02deefcf02336d.tar.gz |
Disabled the self test, since it doesn't work.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV-Hash/Makefile | 5 |
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" |