# -*- 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 128165 2014-11-15 08:16:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php 1.1

name                php-vld
version             0.13.0
categories          php devel
platforms           darwin
maintainers         ryandesign openmaintainer
license             BSD

php.branches        5.3 5.4 5.5 5.6
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  c5d5760fa7f4e9b1af8e2087327ce504e1c6ac9f \
                    sha256  f61fe6501b6f30cf5628b7fd0e2c41185bb9bfac96b765c8b967a8ba01f7bf8b

configure.args-append --enable-vld

use_parallel_build  yes
