# -*- 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$ PortSystem 1.0 PortGroup php 1.1 name php-yaml version 1.3.0 categories-append devel platforms darwin maintainers ryandesign openmaintainer license PHP-3.01 php.branches 5.3 5.4 5.5 5.6 php.pecl yes description a PHP interface to the YAML parsing library long_description ${description} checksums rmd160 0051dc614565b09196ac249b9b298e5c908bf340 \ sha256 bf4696386fbd4e8435628d84ccb8c261c9e481888c7e1ce537cccceadcb57500 if {${name} ne ${subport}} { depends_lib-append port:libyaml configure.args --with-yaml=${prefix} use_parallel_build yes }