# -*- 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 111460 2013-09-23 10:11:07Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php 1.1

name                php-vld
version             0.12.0
categories          php devel
platforms           darwin
maintainers         ryandesign openmaintainer
license             PHP-2.02

php.branches        5.3 5.4 5.5
php.pecl            yes
php.pecl.prerelease yes

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           rmd160  3be7048450204d0c00e019f5eebe9d1f4c5b34e6 \
                    sha256  841edd488c8bde87ebb828258c352b9eb242f7ded322a337bdff8c44a2680d38

configure.args-append --enable-vld

use_parallel_build  yes
