# -*- 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 80535 2011-07-14 10:37:17Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php5extension 1.0

php5extension.setup vld 0.10.1 pecl
categories          php devel
platforms           darwin
maintainers         freebsd.org:miwi

description         Dump the internal representation of PHP scripts

long_description    The Vulcan Logic Disassembler hooks into the Zend Engine and \
                    dumps all the opcodes (execution units) of a script.

checksums           sha1    9da839ddf96a2f3d50d2984439017e039c858da4 \
                    rmd160  822f1908661a07d44b7b847ebd7cb5292411d89c

configure.args-append --enable-vld

use_parallel_build  yes

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