1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name phpstylist |
---|
7 | version 1.0 |
---|
8 | |
---|
9 | categories lang |
---|
10 | maintainers strasweb.fr:rudloff openmaintainer |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description PHP indenter |
---|
15 | |
---|
16 | long_description Format, clean-up, beautify and standardize your php code with a comprehensive set of 34 options. |
---|
17 | |
---|
18 | license RPL |
---|
19 | |
---|
20 | homepage http://sourceforge.net/projects/phpstylist/ |
---|
21 | master_sites sourceforge |
---|
22 | master_sites.mirror_subdir phpstylist |
---|
23 | distfiles phpStylist-${version}.zip |
---|
24 | use_zip yes |
---|
25 | |
---|
26 | checksums sha1 a2eb56b0166c4075572664cdcad8957973f08725 \ |
---|
27 | rmd160 c9fec853c35f7e5a2993a27bcea88040b80f2814 |
---|
28 | |
---|
29 | extract.mkdir yes |
---|
30 | patchfiles patch-phpStylist.php.diff |
---|
31 | |
---|
32 | |
---|
33 | use_configure no |
---|
34 | build { } |
---|
35 | destroot { |
---|
36 | xinstall ${worksrcpath}/phpStylist.php ${destroot}${prefix}/bin/phpstylist |
---|
37 | } |
---|