Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Aug 2013 17:16:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324168 - in head: devel/p5-POE-Component-Schedule security/p5-POE-Filter-SSL
Message-ID:  <201308021716.r72HGSN1007023@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Aug  2 17:16:28 2013
New Revision: 324168
URL: http://svnweb.freebsd.org/changeset/ports/324168

Log:
  Convert my ports to the new perl order.

Modified:
  head/devel/p5-POE-Component-Schedule/Makefile   (contents, props changed)
  head/security/p5-POE-Filter-SSL/Makefile   (contents, props changed)

Modified: head/devel/p5-POE-Component-Schedule/Makefile
==============================================================================
--- head/devel/p5-POE-Component-Schedule/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
+++ head/devel/p5-POE-Component-Schedule/Makefile	Fri Aug  2 17:16:28 2013	(r324168)
@@ -20,7 +20,8 @@ BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTS
 RUN_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE \
 		p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		POE::Component::Schedule.3
 

Modified: head/security/p5-POE-Filter-SSL/Makefile
==============================================================================
--- head/security/p5-POE-Filter-SSL/Makefile	Fri Aug  2 17:11:34 2013	(r324167)
+++ head/security/p5-POE-Filter-SSL/Makefile	Fri Aug  2 17:16:28 2013	(r324168)
@@ -28,7 +28,8 @@ RUN_DEPENDS=	p5-Net-SSLeay>=0:${PORTSDIR
 
 WRKSRC=	${WRKDIR}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Filter::SSL.3
 



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