1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup php5extension 1.0 |
---|
6 | |
---|
7 | php5extension.setup stomp 1.0.3 pecl |
---|
8 | categories php devel |
---|
9 | platforms darwin |
---|
10 | maintainers freebsd.org:miwi |
---|
11 | |
---|
12 | description PECL extension of stomp client |
---|
13 | |
---|
14 | long_description Allows php applications to communicate with any Stomp compliant Message \ |
---|
15 | Brokers through easy object oriented and procedural interfaces. |
---|
16 | |
---|
17 | checksums sha1 a9f1de0b3b3e060346a945f472064b4d7a16b1d4 \ |
---|
18 | rmd160 3d87bd1f8cab129bd17c9dddc6c7997a5c83df64 |
---|
19 | |
---|
20 | configure.args-append --enable-stomp |
---|
21 | |
---|
22 | use_parallel_build yes |
---|