You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
62 lines
1.7 KiB
Tcl
62 lines
1.7 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup obsolete 1.0
|
|
|
|
# Though this port is "obsolete", it provides a way for a user to find out
|
|
# the current major version of Phalcon for a given PHP version, so please
|
|
# keep it updated and don't delete it.
|
|
|
|
name php-phalcon
|
|
version 3.4.4
|
|
revision 1
|
|
categories php
|
|
platforms darwin
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license BSD
|
|
|
|
subport php73-phalcon {
|
|
}
|
|
|
|
subport php72-phalcon {
|
|
}
|
|
|
|
subport php71-phalcon {
|
|
}
|
|
|
|
subport php70-phalcon {
|
|
}
|
|
|
|
subport php56-phalcon {
|
|
}
|
|
|
|
subport php55-phalcon {
|
|
}
|
|
|
|
subport php54-phalcon {
|
|
version 2.0.13
|
|
revision 1
|
|
}
|
|
|
|
subport php53-phalcon {
|
|
version 2.0.9
|
|
revision 1
|
|
}
|
|
|
|
set major [lindex [split ${version} .] 0]
|
|
replaced_by ${subport}${major}
|
|
|
|
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 \
|
|
PHP frameworks employ.
|
|
|
|
homepage https://phalconphp.com
|
|
|
|
livecheck.type none
|