# -*- 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
maintainers {ryandesign @ryandesign} openmaintainer
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
if {[vercmp ${php.branch} 5.5] >= 0} {
github.setup phalcon cphalcon 3.4.1 v
checksums rmd160 36391a20e4955d1da1f610e1b5960cf77a68409a \
sha256 0033e3f916a39f82ef25282d5e0d81adabe419a3031370ab32320d0e2590fca4 \
} elseif {[vercmp ${php.branch} 5.4] >= 0} {
github.setup phalcon cphalcon 2.0.13 phalcon-v
checksums rmd160 c94dadcf628d8611cbcb44f35b1b536c9b0e3fc9 \
sha256 00f7e45282e6e793c37c75742da696ebb031cf5b880d324eefd19039bd27b74e \
github.setup phalcon cphalcon 2.0.9 phalcon-v
checksums rmd160 3955e097b18c3ea8b29264bb184b70ad2a7eebd7 \
sha256 d4607491b801da973796c44eaed9f909787d9a588ec5a7ea7c84d74d43106a46 \
description full stack PHP framework written as an extension
long_description Phalcon is an open source full stack framework for \
PHP, written as a C-extension. Phalcon is optimized \
for high performance. Its unique architecture allows \
the framework to always be memory resident, offering \
its functionality whenever it's needed, without \
expensive file stats and file reads that traditional \
homepage https://phalconphp.com
if {${name} ne ${subport}} {
# The build/install script makes all sorts of assumptions I don't like
if {[vercmp ${version} 3] >= 0} {
set phpmajor [lindex [split ${php.branch} .] 0]
set build ${build}/php${phpmajor}
if {[string match *64 ${build_arch}]} {
set build ${build}/64bits
set build ${build}/32bits
worksrcdir ${worksrcdir}/${build}