aboutsummaryrefslogtreecommitdiff
path: root/net/p5-AnyMQ-AMQP/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 16:42:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-05 16:42:55 +0000
commit3246ebc3ca130704875cc0faca419ea671588641 (patch)
tree443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-AnyMQ-AMQP/Makefile
parentcbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff)
downloadports-3246ebc3ca130704875cc0faca419ea671588641.tar.gz
ports-3246ebc3ca130704875cc0faca419ea671588641.zip
Notes
Diffstat (limited to 'net/p5-AnyMQ-AMQP/Makefile')
-rw-r--r--net/p5-AnyMQ-AMQP/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/p5-AnyMQ-AMQP/Makefile b/net/p5-AnyMQ-AMQP/Makefile
index 87fbb6c1f1a3..dfe79cb8b9dc 100644
--- a/net/p5-AnyMQ-AMQP/Makefile
+++ b/net/p5-AnyMQ-AMQP/Makefile
@@ -19,16 +19,12 @@ RUN_DEPENDS= p5-AnyMQ>=0:${PORTSDIR}/devel/p5-AnyMQ \
p5-AnyEvent-RabbitMQ>=0:${PORTSDIR}/net/p5-AnyEvent-RabbitMQ \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny
-TEST_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= AnyMQ::AMQP.3
-
.if defined(MAINTAINER_MODE)
regression-test: build
cd ${WRKSRC} && ${MAKE} test
.endif
-NO_STAGE= yes
.include <bsd.port.mk>