1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/pecl-event/Makefile
Dima Panov d40e22e3f0 devel/pecl-event: update to 3.0.5 release
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
2021-08-16 22:24:36 +10:00

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>