Files

33 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2017-01-13 12:33:50 +08:00
# -*- 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
2026-03-30 02:24:59 +02:00
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
2017-01-13 12:33:50 +08:00
license PHP-3.01
2025-07-30 15:23:08 +02:00
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
2017-01-13 12:33:50 +08:00
php.pecl yes
2024-01-10 00:19:47 -06:00
if {[vercmp ${php.branch} >= 7.0]} {
2025-07-30 15:23:08 +02:00
version 3.3.7
2017-01-13 12:33:50 +08:00
revision 0
2025-07-30 15:23:08 +02:00
checksums rmd160 ddecb4ac0f659d13112e758292eda7b864e7db16 \
sha256 7fcea41c7b4254e6db71132a2591b5ce4c88d4af70231b0ffb560fdd22b43e95 \
size 134483
2017-01-13 12:33:50 +08:00
} else {
version 2.3.5
revision 0
checksums rmd160 faf6b0101dddcb94773956f83e817779f42c6b8a \
2017-12-30 22:46:18 -06:00
sha256 92b3cea149bce72ea9cc5bac64b03e357b5b1c04bd360df897c0d03afc83bd51 \
size 104743
2017-01-13 12:33:50 +08:00
}
description a fast php framework written in c, built in php-ext
long_description ${name} is ${description}.
use_parallel_build yes