mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= event
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= johnpupu@gmail.com
|
|
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>
|