# -*- 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-swoole categories-append net devel platforms darwin maintainers {ryandesign @ryandesign} openmaintainer license Apache-2 php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 php.pecl yes if {[vercmp ${php.branch} 5.5] >= 0} { version 2.0.10 revision 0 checksums rmd160 a9c5362e3e94332a7f9bb355e38b86e88bdbbb95 \ sha256 48588c93a8bff6d99bb9f088e1f454b13c9b0fee3aa4a2757b598e702a2f1793 \ size 762744 } else { version 1.9.23 revision 0 checksums rmd160 f843c736fd059d5d5a37a0723d0d10eea99b5f47 \ sha256 8ebee7b2fe24fb2c01fe0cabc1f45f7db14d58cf2760c32043d7613c9e6cbcb1 \ size 708921 } description an event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP long_description ${name} is ${description}. use_parallel_build yes compiler.blacklist *gcc-4.0 *gcc-4.2