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.1 KiB
Tcl
34 lines
1.1 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-raphf
|
|
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
|
license BSD
|
|
|
|
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.2
|
|
revision 0
|
|
checksums rmd160 f33cbcf7697f0e81f322dd5aaf6ee8fea1921088 \
|
|
sha256 7e782fbe7b7de2b5f1c43f49d9eb8c427649b547573564c78baaf2b8f8160ef4 \
|
|
size 16262
|
|
} else {
|
|
version 1.1.2
|
|
revision 0
|
|
checksums rmd160 6c760c788040e84cd1dedeb118062552ba83397f \
|
|
sha256 d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7 \
|
|
size 15915
|
|
}
|
|
|
|
description a reusable persistent handle and resource factory API
|
|
|
|
long_description ${description}
|
|
|
|
if {${name} ne ${subport}} {
|
|
configure.args --enable-raphf
|
|
}
|