Ticket #30149: Portfile

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