# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 113569 2013-11-20 00:50:52Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php 1.1

name                php-yaml
version             1.1.1
categories-append   devel
platforms           darwin
maintainers         ryandesign openmaintainer
license             PHP-3.01

php.branches        5.3 5.4 5.5
php.pecl            yes

description         a PHP interface to the YAML parsing library

long_description    ${description}

checksums           rmd160  5bcc1f289a276207f89cdb2f7585733d45df2435 \
                    sha256  762ec3d9eb163ac0d063118df8c5e2ee6746dbe8566d32055e7e066e590937c3

if {${name} ne ${subport}} {
    depends_lib-append  port:libyaml
    
    configure.args      --with-yaml=${prefix}
    
    use_parallel_build  yes
}
