Ticket #22269: Portfile

File Portfile, 857 bytes (added by weizhuo@…, 15 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 xhprof 0.9.2 pecl
8
9categories      php devel
10platforms       darwin
11maintainers     nox openmaintainer
12description     A Hierarchical Profiler for PHP
13
14long_description \
15    XHProf is a function-level hierarchical profiler for PHP \
16    and has a simple HTML based navigational interface.
17
18distname        xhprof-${version}
19
20worksrcdir      ${distname}/extension
21
22checksums       md5     ae40b153d157e6369a32e2c1a59a61ec \
23                sha1    cef6bfb3374e05c7b7445249a304e066d4fd8574 \
24                rmd160  93ba97e303c038d1be54c55ecd67c68367e0356a
25
26use_parallel_build  yes
27
28livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}