# -*- 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
# $Id$

PortSystem              1.0
PortGroup               php 1.1

name                    php-gearman
version                 1.0.2
revision                1
categories-append       net devel
platforms               darwin freebsd openbsd
maintainers             medialize.de:rodney.rehm openmaintainer
license                 PHP-3.01

php.branches            5.3 5.4
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  f9a310bb0e17a9bf93353701d7f19e603f639d6c \
                        sha256  fd4bb531b9dbac5d7816254ae659155baf43a53addcec2a911852741d1194402

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