Commits
Anthony Ramine authored 6419a14be3c
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 inclued 0.1.0 pecl |
8 + | license PHP |
9 + | categories php devel |
10 + | platforms darwin |
11 + | maintainers nox openmaintainer |
12 + | description Clued-in about your inclueds |
13 + | |
14 + | long_description \ |
15 + | Allows you trace through and dump the hierarchy of file inclusions and \ |
16 + | class inheritance at runtime. |
17 + | |
18 + | checksums md5 4c6f38a1845e4a2bd4a728a3f04e9003 \ |
19 + | sha1 aa6f6ea3aaf18dd17e0b2284d702db3964b26e72 \ |
20 + | rmd160 ce1d60e1e9482bae7b6846605a8a9d8cd4b77c14 |
21 + | |
22 + | use_parallel_build yes |
23 + | |
24 + | post-destroot { |
25 + | set docdir ${prefix}/share/doc/${name} |
26 + | xinstall -d ${destroot}${docdir} |
27 + | xinstall -m 644 ${worksrcpath}/INSTALL ${destroot}${docdir} |
28 + | } |
29 + | |
30 + | livecheck.regex {>(\d+(?:\.\d+)*)</a></th>} |