# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup php 1.1 name php-event categories-append devel platforms darwin maintainers {ryandesign @ryandesign} openmaintainer license PHP-3.01 php.branches 5.4 5.5 5.6 7.0 7.1 7.2 7.3 php.pecl yes if {[vercmp ${php.branch} 5.4] >= 0} { version 2.4.3 revision 0 checksums rmd160 66f90f96bbc56b3702017315c279aae6e16ac907 \ sha256 fb15654a5c84b9080ded14d734fee073e0b528d42378dec9af54a222f28465cf \ size 139788 } description efficiently schedule I/O, time and signal based events long_description PECL extension to ${description} using libevent. if {${name} ne ${subport}} { depends_lib-append port:libevent \ path:lib/libssl.dylib:openssl \ port:${php}-sockets configure.args-append \ --with-event-libevent-dir=${prefix} \ --with-openssl-dir=${prefix} }