1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup php5extension 1.0 |
---|
6 | |
---|
7 | php5extension.setup vld 0.10.1 pecl |
---|
8 | categories php devel |
---|
9 | platforms darwin |
---|
10 | maintainers freebsd.org:miwi |
---|
11 | |
---|
12 | description Dump the internal representation of PHP scripts |
---|
13 | |
---|
14 | long_description The Vulcan Logic Disassembler hooks into the Zend Engine and \ |
---|
15 | dumps all the opcodes (execution units) of a script. |
---|
16 | |
---|
17 | checksums sha1 9da839ddf96a2f3d50d2984439017e039c858da4 \ |
---|
18 | rmd160 822f1908661a07d44b7b847ebd7cb5292411d89c |
---|
19 | |
---|
20 | configure.args-append --enable-vld |
---|
21 | |
---|
22 | use_parallel_build yes |
---|