Files
2026-03-29 09:33:24 -04:00

49 lines
1.6 KiB
Tcl

# -*- 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
PortSystem 1.0
PortGroup php 1.1
name php-stomp
categories-append devel
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
license PHP-3.01
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5
php.pecl yes
if {[vercmp ${php.branch} >= 7.0]} {
version 2.0.3
revision 0
checksums rmd160 5646953ad6a2b9baf7e7e4d4c67eab022797a789 \
sha256 ab41710b43f2d06b3b462c735d125655eb778a621804f5f867e7f7bb5fc3a9c1 \
size 23518
} else {
version 1.0.9
revision 4
checksums rmd160 7f7f8b757409e48360c578db7db0fc562b3fbd36 \
sha256 7a7d748c6327ef8c6853dcadaedd41b4366ff821b401b11fab7b915cb5246575 \
size 23166
}
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 https://www.php.net/stomp
if {[vercmp ${php.branch} >= 8.5]} {
patch.pre_args-replace -p0 -p1
patchfiles-append \
patch_zend-ce-exception.diff
}
if {${name} ne ${subport}} {
depends_lib-append port:${php}-openssl
configure.args-append --enable-stomp
use_parallel_build yes
}