summaryrefslogtreecommitdiff
path: root/devel/p5-Search-Elasticsearch
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-05-09 23:12:19 +0000
committermef <mef@pkgsrc.org>2015-05-09 23:12:19 +0000
commitcf310648ed5bdeda0b6414c67f83331745a03ba2 (patch)
tree28352e5adb404ce5ae58a576640f239da09dcc42 /devel/p5-Search-Elasticsearch
parentfda0db9a1b669606f20b84aceb5cf119f3aa0d90 (diff)
downloadpkgsrc-cf310648ed5bdeda0b6414c67f83331745a03ba2.tar.gz
Set TEST_TARGET?= # empty to skip make test
devel/autoconf (but just add 2.69 status) devel/dejagnu devel/p5-ExtUtils-AutoInstall (infinite loop) devel/p5-Inline-C (fail at t/27inline_maker.t) devel/p5-Search-Elasticsearch (several items) Some other {net,devel}/p5-packages Set BUILD_DEPENDS+= for make test
Diffstat (limited to 'devel/p5-Search-Elasticsearch')
-rw-r--r--devel/p5-Search-Elasticsearch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Search-Elasticsearch/Makefile b/devel/p5-Search-Elasticsearch/Makefile
index 42af18819bb..6ab410851a7 100644
--- a/devel/p5-Search-Elasticsearch/Makefile
+++ b/devel/p5-Search-Elasticsearch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/30 04:24:41 mef Exp $
+# $NetBSD: Makefile,v 1.2 2015/05/09 23:12:20 mef Exp $
DISTNAME= Search-Elasticsearch-1.19
PKGNAME= p5-${DISTNAME}
@@ -27,5 +27,7 @@ BUILD_DEPENDS+= p5-Any-URI-Escape-[0-9]*:../../www/p5-Any-URI-Escape
PERL5_PACKLIST= auto/Search/Elasticsearch/.packlist
USE_LANGUAGES= # none
+TEST_TARGET?= # empty = means make test fails
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"