Ticket #30151: Portfile

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