1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/www/closure-linter/Makefile
Julien Laffaye ad453a57f8 - Update to 2.3.5
- Remove build depend

PR:		ports/169442
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-06-27 21:15:18 +00:00

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>