summaryrefslogtreecommitdiff
path: root/net/p5-SOAP-Lite
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2017-02-01 13:31:51 +0000
committermef <mef@pkgsrc.org>2017-02-01 13:31:51 +0000
commit6f9027240b10bfefbfbaa753f0c78116bd118112 (patch)
treed3a187f6769a54863c2fb88f814e92bddaf3f911 /net/p5-SOAP-Lite
parentc3eaf55a42348906b61e09bcce67d3337b003a06 (diff)
downloadpkgsrc-6f9027240b10bfefbfbaa753f0c78116bd118112.tar.gz
Added BUILD_DEPENDS+= lines for make test
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r--net/p5-SOAP-Lite/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index 0675221adaf..02a6f4742eb 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2016/07/09 02:05:35 wen Exp $
+# $NetBSD: Makefile,v 1.49 2017/02/01 13:31:52 mef Exp $
DISTNAME= SOAP-Lite-1.20
PKGNAME= p5-${DISTNAME}
@@ -24,6 +24,8 @@ DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
BUILD_DEPENDS+= p5-XML-Parser-Lite>=0:../../textproc/p5-XML-Parser-Lite
+# for make test
+BUILD_DEPENDS+= p5-Test-Warn>=0:../../devel/p5-Test-Warn
SUPERSEDES+= p5-SOAP-Transport-TCP-[0-9]*