2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Julien Laffaye <kimelto@gmail.com>
|
2011-01-11 20:08:40 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= closure-linter
|
2014-03-09 18:21:48 +01:00
|
|
|
PORTVERSION= 2.3.13
|
2014-12-20 19:18:14 +01:00
|
|
|
PORTREVISION= 1
|
2011-01-11 20:08:40 +01:00
|
|
|
CATEGORIES= www devel
|
2011-03-05 23:06:17 +01:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2011-01-11 20:08:40 +01:00
|
|
|
DISTNAME= closure_linter-${PORTVERSION}
|
|
|
|
|
2011-06-08 18:52:32 +02:00
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
2011-01-11 20:08:40 +01:00
|
|
|
COMMENT= JavaScript linter
|
|
|
|
|
2013-12-30 21:55:18 +01:00
|
|
|
LICENSE= APACHE20
|
2011-09-10 23:05:22 +02:00
|
|
|
|
2014-12-20 19:18:14 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>=0:${PORTSDIR}/devel/py-gflags
|
2011-01-11 20:08:40 +01:00
|
|
|
|
2014-12-20 19:18:14 +01:00
|
|
|
USES= python:2
|
|
|
|
USE_PYTHON= autoplist distutils
|
2011-01-11 20:08:40 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|