Files
2026-03-29 20:24:59 -04:00

33 lines
1.2 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup php 1.1
name php-yaf
categories-append net 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 3.3.7
revision 0
checksums rmd160 ddecb4ac0f659d13112e758292eda7b864e7db16 \
sha256 7fcea41c7b4254e6db71132a2591b5ce4c88d4af70231b0ffb560fdd22b43e95 \
size 134483
} else {
version 2.3.5
revision 0
checksums rmd160 faf6b0101dddcb94773956f83e817779f42c6b8a \
sha256 92b3cea149bce72ea9cc5bac64b03e357b5b1c04bd360df897c0d03afc83bd51 \
size 104743
}
description a fast php framework written in c, built in php-ext
long_description ${name} is ${description}.
use_parallel_build yes