freebsd-ports/devel/pecl-event/Makefile
Antoine Brodin 7b05972823 New port: pecl-event
This is a port of libevent to the PHP infrastructure.

WWW: http://pecl.php.net/package/event

PR:		ports/179074
Submitted by:	John Chen
2013-11-03 09:49:31 +00:00

27 lines
548 B
Makefile

# Created by: John Chen <johnpupu@gmail.com>
# $FreeBSD$
PORTNAME= event
PORTVERSION= 1.8.1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= Provides interface to libevent library
LICENSE= PHP301
LIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2
USE_OPENSSL= yes
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}
USE_PHP= sockets
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= event
IGNORE_WITH_PHP=52 53
.include <bsd.port.mk>