svn commit: r324305 - head/www/p5-Dancer2

Wen Heping wen at FreeBSD.org
Tue Aug 6 08:03:52 UTC 2013


Author: wen
Date: Tue Aug  6 08:03:52 2013
New Revision: 324305
URL: http://svnweb.freebsd.org/changeset/ports/324305

Log:
  - Convert to new perl5 framefork
  
  Reported by:	az@

Modified:
  head/www/p5-Dancer2/Makefile

Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile	Tue Aug  6 07:48:03 2013	(r324304)
+++ head/www/p5-Dancer2/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
@@ -42,7 +42,8 @@ TEST_DEPENDS=	\
 	p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
 	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	dancer2.1
 MAN3=	Dancer2.3 \


More information about the svn-ports-head mailing list