# -*- 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
if {[vercmp ${php.branch} 5.5] >= 0} {
conflicts-append ${php}-phalcon3
if {[vercmp ${php.branch} 5.4] >= 0} {
github.setup phalcon cphalcon 2.0.13 phalcon-v
checksums rmd160 c94dadcf628d8611cbcb44f35b1b536c9b0e3fc9 \
sha256 00f7e45282e6e793c37c75742da696ebb031cf5b880d324eefd19039bd27b74e \
} elseif {[vercmp ${php.branch} 5.3] >= 0} {
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 {[string match *64 ${build_arch}]} {
set build ${build}/64bits
set build ${build}/32bits
worksrcdir ${worksrcdir}/${build}
# Separate dir for each arch means using the muniversal portgroup
# but it doesn't get along with the php portgroup.
configure.args --enable-phalcon