23e5769652
Added EventConfig::setFlags() method. (There was no way to set EVENT_BASE_FLAG_* flags.) Sponsored by: Netzkommune GmbH
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= event
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Provides interface to libevent library
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
|
|
|
USES= php:pecl ssl
|
|
CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE}
|
|
USE_PHP= sockets:build
|
|
|
|
.include <bsd.port.mk>
|