# -*- 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$ PortSystem 1.0 PortGroup php 1.1 name php-stomp version 1.0.5 categories php devel platforms darwin maintainers ryandesign openmaintainer license PHP-3.01 php.branches 5.3 5.4 5.5 php.pecl yes 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 if {${name} != ${subport}} { depends_lib-append port:${php}-openssl configure.args-append --enable-stomp use_parallel_build yes }