# -*- 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 101100 2013-01-04 11:46:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php5extension 1.0

php5extension.setup stomp 1.0.5 pecl
categories          php devel
platforms           darwin
maintainers         ryandesign openmaintainer
license             PHP-3.01

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.

homepage            http://www.php.net/stomp

checksums           rmd160  5d90d166f4cf034b2454c243c73d72c8330d7f9e \
                    sha256  87f7c1d6c187c1d2fbee92f73e41cfa1af07c9b17bdd435ad446223038f36ea4

depends_lib-append  port:php5-openssl

configure.args-append --enable-stomp

use_parallel_build  yes
