svn commit: r326335 - head/devel/p5-EV

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 4 23:16:10 UTC 2013


Author: bapt
Date: Wed Sep  4 23:16:09 2013
New Revision: 326335
URL: http://svnweb.freebsd.org/changeset/ports/326335

Log:
  Remove USE_GCC=any, it properly build with recent clang
  While here convert to new Perl Framework

Modified:
  head/devel/p5-EV/Makefile

Modified: head/devel/p5-EV/Makefile
==============================================================================
--- head/devel/p5-EV/Makefile	Wed Sep  4 23:10:19 2013	(r326334)
+++ head/devel/p5-EV/Makefile	Wed Sep  4 23:16:09 2013	(r326335)
@@ -15,8 +15,8 @@ COMMENT=	Perl interface to libev, a high
 RUN_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
 BUILD_DEPENDS=	p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
 
-USE_GCC=	any
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CONFIGURE_ENV=	PERL_MM_USE_DEFAULT="YES"
 
 MAN3=		EV.3 \


More information about the svn-ports-all mailing list