# $Id: Portfile 70325 2010-08-06 01:51:35Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               php5extension 1.0

epoch                   1
php5extension.setup     syck 0.9.3 pecl
revision                2
categories-append       net devel
platforms               darwin freebsd openbsd
maintainers             nomaintainer

description             PHP5 bindings for syck

long_description        Syck is a parser for YAML -- this package installs \
                        the syck php extension, allowing php code to \
                        interface to the libsyck C library.

checksums               md5     cbbe638b431f74eec71c76588cd14f7e \
                        sha1    c015f8527a6dea2644c122f085a2598939f63920 \
                        rmd160  b1f3c8a0e537feedd2a383b11a98afc97f666231

depends_lib-append      port:syck \
                        port:re2c

configure.args          --with-syck=${prefix}

livecheck.regex         {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}
