1fd55f22c8
Allow to buils with php74/80 Take maintainership Approved by: miwi
22 lines
478 B
Makefile
22 lines
478 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= event
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= fluffy@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}
|
|
CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-lssl -lcrypto"
|
|
USE_PHP= sockets:build
|
|
|
|
.include <bsd.port.mk>
|