Date: Wed, 4 Sep 2013 23:16:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326335 - head/devel/p5-EV Message-ID: <201309042316.r84NGAuT030649@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309042316.r84NGAuT030649>