# -*- 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-gearman
version                 1.1.2
categories-append       net devel
platforms               darwin freebsd openbsd
maintainers             nomaintainer
license                 PHP-3.01

php.branches            5.3 5.4 5.5 5.6
php.pecl                yes

description             Library to provide API for communicating with gearmand, using libgearman.
long_description        Library to provide API for communicating with gearmand, and writing clients and workers.

checksums               rmd160  8817e87f53cdb3cc21eaf91454dc7f35d6cadc88 \
                        sha256  c30a68145b4e33f4da929267f7b5296376ca81d76dd801fc77a261696a8a5965

if {${name} ne ${subport}} {
    depends_lib-append  port:gearmand
}