From 3d2aa1ae1805a29962f1d0dfc1f07ae578aa70dc Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 6 Mar 2012 16:01:21 +0000 Subject: [PATCH] - Add TEST_DEPENDS to enable testing Approved by: portmgr (blanket) --- net/p5-Net-AMQP/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/p5-Net-AMQP/Makefile b/net/p5-Net-AMQP/Makefile index 1f1c4e3713cf..347958f2db3f 100644 --- a/net/p5-Net-AMQP/Makefile +++ b/net/p5-Net-AMQP/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes