# -*- 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

PortSystem         1.0
PortGroup          python 1.0

name               closure-linter
version            2.3.13
license            Apache-2
categories         devel python
maintainers        nomaintainer
description        Closure Linter
long_description \
    The Closure Linter enforces the guidelines set by the Google \
    JavaScript Style Guide. The linter handles style issues so that \
    you can focus on the code.

platforms          darwin
supported_archs    noarch

homepage           https://code.google.com/p/closure-linter/
master_sites       googlecode:closure-linter
distname           closure_linter-${version}

python.default_version 27

depends_build      port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-gflags

checksums          sha1 71763adfd097dbf2d456db3b1b77ebeb0ba60664 \
                   rmd160 d76c1e64f05d91f11b71d237ad2d0dafb9f4b0e5

livecheck.type     googlecode