# -*- 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 # $Id$ PortSystem 1.0 PortGroup github 1.0 PortGroup php 1.1 github.setup phalcon cphalcon 1.2.4 v name php-phalcon platforms darwin maintainers ryandesign openmaintainer license BSD php.branches 5.3 5.4 5.5 description full stack PHP framework written as an extension long_description Phalcon is an open source, full stack framework for \ PHP 5 written as a C extension, optimized for high \ performance. Phalcon is a loosely coupled set of PHP \ classes, allowing you to use its objects as glue \ components based on the needs of your application. \ Phalcon is not only about performance\; the goal is \ to make it robust, rich in features and easy to use! homepage http://www.phalconphp.com/ checksums rmd160 b0c8c48adc0c149eccde4ea453f476a5d9062f2c \ sha256 4c4a922506f56225d5ffd00963bc3da4fd6785c2b1fcc0a31daf01538b1b5b9f if {${name} ne ${subport}} { # The build/install script makes all sorts of assumptions I don't like # so I'm ignoring it. # Ugh... separate 32-bit and 64-bit source trees. if {[string match *64 ${build_arch}]} { worksrcdir ${worksrcdir}/build/64bits } else { worksrcdir ${worksrcdir}/build/32bits } # Separate source trees means using the muniversal portgroup # but it doesn't get along with the php portgroup. universal_variant no configure.args --enable-phalcon }