aboutsummaryrefslogtreecommitdiff
path: root/net/p5-AnyMQ-AMQP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-AnyMQ-AMQP/Makefile')
-rw-r--r--net/p5-AnyMQ-AMQP/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/p5-AnyMQ-AMQP/Makefile b/net/p5-AnyMQ-AMQP/Makefile
index 638095017404..9a543d90c22f 100644
--- a/net/p5-AnyMQ-AMQP/Makefile
+++ b/net/p5-AnyMQ-AMQP/Makefile
@@ -28,4 +28,9 @@ PERL_CONFIGURE= yes
MAN3= AnyMQ::AMQP.3
+.if defined(MAINTAINER_MODE)
+regression-test: build
+ cd ${WRKSRC} && ${MAKE} test
+.endif
+
.include <bsd.port.mk>