# -*- 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 101114 2013-01-04 16:40:50Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           php 1.1

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

php.branches        5.3 5.4
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  e49e3b5cf296bd3bd44c6d84816d1d2a86287f79 \
                    sha256  d6d2b2cd1789ff7abf70df344d4c077b1d88913ed319ab017368a3967b8a8d2f

configure.args-append --enable-vld

use_parallel_build  yes
