svn commit: r324168 - in head: devel/p5-POE-Component-Schedule security/p5-POE-Filter-SSL

Mathieu Arnold mat at FreeBSD.org
Fri Aug 2 17:16:29 UTC 2013


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
 


More information about the svn-ports-head mailing list