# -*- 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: Portfile 153276 2016-09-28 09:58:25Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php 1.1

name                php-propro
version             1.0.2
platforms           darwin
maintainers         ryandesign openmaintainer
license             BSD

php.branches        5.3 5.4 5.5 5.6
php.pecl            yes

description         a reusable property proxy API

long_description    ${description}

checksums           rmd160  7012fc74961c31ce47f360e0e175d48679d71c59 \
                    sha256  6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7

if {${name} ne ${subport}} {
    configure.args  --enable-propro
}
