svn commit: r325886 - head/net/p5-Net-RabbitMQ

Andrej Zverev az at FreeBSD.org
Sun Sep 1 17:19:40 UTC 2013


Author: az
Date: Sun Sep  1 17:19:39 2013
New Revision: 325886
URL: http://svnweb.freebsd.org/changeset/ports/325886

Log:
  - Resolve of using PERL_CONFIGURE and USE_PERL5 together
  - Convert to new perl5 framework
  - Trim Makefile header
  
  With hat:	perl@

Modified:
  head/net/p5-Net-RabbitMQ/Makefile   (contents, props changed)

Modified: head/net/p5-Net-RabbitMQ/Makefile
==============================================================================
--- head/net/p5-Net-RabbitMQ/Makefile	Sun Sep  1 17:18:49 2013	(r325885)
+++ head/net/p5-Net-RabbitMQ/Makefile	Sun Sep  1 17:19:39 2013	(r325886)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-RabbitMQ
-# Date created:		2010-09-07
-# Whom:			Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-RabbitMQ
 PORTVERSION=	0.2.0
@@ -18,8 +14,8 @@ COMMENT=	Perl module to interact with Ra
 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
 


More information about the svn-ports-all mailing list