Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 17:19:39 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325886 - head/net/p5-Net-RabbitMQ
Message-ID:  <201309011719.r81HJdKK051908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011719.r81HJdKK051908>