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 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name closure-linter |
---|
8 | version 2.3 |
---|
9 | license Apache |
---|
10 | categories-append devel |
---|
11 | maintainers shifteleven.com:pope openmaintainer |
---|
12 | description Closure Linter |
---|
13 | long_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 | |
---|
18 | platforms darwin |
---|
19 | supported_archs noarch |
---|
20 | |
---|
21 | homepage http://code.google.com/p/closure-linter/ |
---|
22 | master_sites googlecode:closure-linter |
---|
23 | distname closure_linter-${version} |
---|
24 | |
---|
25 | depends_lib-append port:py27-distribute \ |
---|
26 | port:py27-gflags |
---|
27 | |
---|
28 | checksums md5 fcf40eba81428d2d1e92cc97d2f66fde \ |
---|
29 | sha1 583268ff08265659c046f30b45ca858a6e4709c4 \ |
---|
30 | rmd160 2459428f0e4cf1c326a941ad87014d0ff2781bfb |
---|
31 | |
---|
32 | livecheck.type googlecode |
---|