blob: 943d74ed4ceb6d56e10ed505ca9bc6f6f0578da7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Julien Laffaye <kimelto@gmail.com>
# $FreeBSD$
PORTNAME= closure-linter
PORTVERSION= 2.3.13
PORTREVISION= 2
CATEGORIES= www devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= closure_linter-${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= JavaScript linter
LICENSE= APACHE20
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gflags>=0:devel/py-python-gflags
USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|