Ticket #31110: Portfile

File Portfile, 1.1 KB (added by pope (K. Adam Christensen), 13 years ago)

devel/closure-linter/Portfile

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
5PortGroup          python27 1.0
6
7name               closure-linter
8version            2.3
9license            Apache
10categories-append  devel
11maintainers        shifteleven.com:pope openmaintainer
12description        Closure Linter
13long_description \
14    The Closure Linter enforces the guidelines set by the Google \
15    JavaScript Style Guide. The linter handles style issues so that \
16    you can focus on the code.
17
18platforms          darwin
19supported_archs    noarch
20
21homepage           http://code.google.com/p/closure-linter/
22master_sites       googlecode:closure-linter
23distname           closure_linter-${version}
24
25depends_lib-append port:py27-distribute \
26                   port:py27-gflags
27
28checksums          md5    fcf40eba81428d2d1e92cc97d2f66fde \
29                   sha1   583268ff08265659c046f30b45ca858a6e4709c4 \
30                   rmd160 2459428f0e4cf1c326a941ad87014d0ff2781bfb
31
32livecheck.type     googlecode