# -*- 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 64462 2010-03-06 18:03:21Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       php5extension 1.0

php5extension.setup inclued 0.1.1 pecl
license         PHP
categories      php devel
platforms       darwin
maintainers     nox openmaintainer
description     Clued-in about your inclueds

long_description \
    Allows you trace through and dump the hierarchy of file inclusions and \
    class inheritance at runtime.

checksums       md5     b9428d14161bd29b430d6eac8ba25d52 \
                sha1    49e662910e84559896385e5ff0538cb10f4fae0d \
                rmd160  50b06a061334a3fd6824886ead995f6005a6aec8

use_parallel_build yes

post-destroot {
    set docdir ${prefix}/share/doc/${name}
    xinstall -d ${destroot}${docdir}
    xinstall -m 644 ${worksrcpath}/INSTALL ${destroot}${docdir}
}

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