1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/p5-EV/Makefile
Mark Linimon a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00

31 lines
666 B
Makefile

# New ports collection makefile for: EV
# Date created: 06 Jun 2008
# Whom: Vladimir Timofeev <vovkasm@gmail.com>
#
# $FreeBSD$
#
PORTNAME= EV
PORTVERSION= 4.11
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MLEHMANN
PKGNAMEPREFIX= p5-
MAINTAINER= vovkasm@gmail.com
COMMENT= Perl interface to libev, a high performance full-featured event loop
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
CONFIGURE_ENV= PERL_MM_USE_DEFAULT="YES"
MAN3= EV.3 \
EV::MakeMaker.3 \
EV::libev.3
.include <bsd.port.mk>