# -*- 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: Portfile 93035 2012-05-14 07:33:42Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               php5extension 1.0

php5extension.setup     gearman 1.0.2 pecl
categories-append       net devel
platforms               darwin freebsd openbsd
maintainers             medialize.de:rodney.rehm openmaintainer

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

depends_lib-append      port:gearmand
