aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-RabbitMQ
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-01 17:19:39 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-01 17:19:39 +0000
commitaeb3517c3b985b2eed433f6589878ee276254efc (patch)
tree73f6c219312b1d80c0d44f06a8fc91a43b194dc7 /net/p5-Net-RabbitMQ
parent83fde1bab902a173bd14fa4ea144113fe365483d (diff)
downloadports-aeb3517c3b985b2eed433f6589878ee276254efc.tar.gz
ports-aeb3517c3b985b2eed433f6589878ee276254efc.zip
- Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework - Trim Makefile header With hat: perl@
Notes
Notes: svn path=/head/; revision=325886
Diffstat (limited to 'net/p5-Net-RabbitMQ')
-rw-r--r--net/p5-Net-RabbitMQ/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/p5-Net-RabbitMQ/Makefile b/net/p5-Net-RabbitMQ/Makefile
index 1acfc14e6018..6acb24c8a8c5 100644
--- a/net/p5-Net-RabbitMQ/Makefile
+++ b/net/p5-Net-RabbitMQ/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Net-RabbitMQ
-# Date created: 2010-09-07
-# Whom: Steve Wills <steve@mouf.net>
-#
+# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
-#
PORTNAME= Net-RabbitMQ
PORTVERSION= 0.2.0
@@ -18,8 +14,8 @@ COMMENT= Perl module to interact with RabbitMQ over AMQP using librabbitmq
BUILD_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq
RUN_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq
-USE_PERL5= yes
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Net::RabbitMQ.3