Ticket #29638: Portfile

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