# -*- 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-redis categories-append databases platforms darwin maintainers {ryandesign @ryandesign} openmaintainer license PHP-3.01 php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 php.pecl yes if {[vercmp ${php.branch} 7.0] >= 0} { version 5.0.2 revision 0 checksums rmd160 5431b8eecb9c31e0576084a4527ce9a152d9b79d \ sha256 4e18d7ebe032a562c358d79f94efa5f187ea90db7a56ef648476e24f4fe0b72c \ size 243270 } elseif {[vercmp ${php.branch} 5.3] >= 0} { version 4.3.0 revision 0 checksums rmd160 e1888440b3446200fdc83e79f2aec873bd18b6b2 \ sha256 c0f04cec349960a842b60920fb8a433656e2e494eaed6e663397d67102a51ba2 \ size 241883 } description an API for communicating with a Redis database from PHP long_description ${name} is ${description}. configure.args-append --enable-redis use_parallel_build yes