mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d40e22e3f0
Fixed a test not working with PHP 8.1.0alpha1 Internal changes: Created a non-fastcall wrapper for zend_objects_new(). Fixed #66: Segmentation fault when calling EventConfig::avoidMethod because of incorrect arg info
21 lines
466 B
Makefile
21 lines
466 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
|
|
PORTNAME= event
|
|
PORTVERSION= 3.0.5
|
|
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>
|