You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 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-xmlrpc
|
|
categories-append textproc
|
|
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
|
license PHP-3.01
|
|
|
|
php.branches 8.0 8.1 8.2 8.3 8.4 8.5
|
|
php.pecl yes
|
|
php.pecl.prerelease yes
|
|
|
|
description a PHP extension for writing XML-RPC clients and servers
|
|
|
|
long_description {*}${description}
|
|
|
|
if {[vercmp ${php.branch} >= 8.0]} {
|
|
version 1.0.0RC3
|
|
revision 1
|
|
checksums rmd160 5c1cd8dec6f9af81d697effc07a981c1bc6f375e \
|
|
sha256 65ce03491782f9d9d5e9bc70bfe684255e5afa8486a2960c7a7cab033882a282 \
|
|
size 79506
|
|
}
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append port:libxml2
|
|
|
|
configure.args-append --with-xmlrpc
|
|
}
|