freebsd-ports/devel/pecl-libevent/Makefile
Baptiste Daroussin b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00

26 lines
482 B
Makefile

# Created by: Ilya Bakulin <webmaster@kibab.com>
# $FreeBSD$
PORTNAME= libevent
PORTVERSION= 0.0.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= webmaster@kibab.com
COMMENT= Libevent extension for PHP
LICENSE= PHP301
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= libevent
.include <bsd.port.mk>