mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
ad453a57f8
- Remove build depend PR: ports/169442 Submitted by: Denis Generalov <gd@rambler-co.ru>
29 lines
583 B
Makefile
29 lines
583 B
Makefile
# New ports collection makefile for: closure-linter
|
|
# Date created: 2011-01-10
|
|
# Whom: Julien Laffaye <kimelto@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= closure-linter
|
|
PORTVERSION= 2.3.5
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= closure_linter-${PORTVERSION}
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= JavaScript linter
|
|
|
|
LICENSE= AL2
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gflags:${PORTSDIR}/devel/py-gflags
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
PLIST_FILES= bin/fixjsstyle \
|
|
bin/gjslint \
|
|
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|