# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 80537 2011-07-14 10:50:07Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php5extension 1.0

php5extension.setup stomp 1.0.3 pecl
categories          php devel
platforms           darwin
maintainers         freebsd.org:miwi

description         PECL extension of stomp client

long_description    Allows php applications to communicate with any Stomp compliant Message \
                    Brokers through easy object oriented and procedural interfaces.

checksums           sha1    a9f1de0b3b3e060346a945f472064b4d7a16b1d4 \
                    rmd160  3d87bd1f8cab129bd17c9dddc6c7997a5c83df64

configure.args-append --enable-stomp

use_parallel_build  yes
