1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/closure-linter/Makefile
Julien Laffaye ccc8f79b07 - Update to 2.3.13
- Remove deprecated easy_install support
- STAGE support
2014-03-09 17:21:48 +00:00

21 lines
407 B
Makefile

# Created by: Julien Laffaye <kimelto@gmail.com>
# $FreeBSD$
PORTNAME= closure-linter
PORTVERSION= 2.3.13
CATEGORIES= www devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= closure_linter-${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= JavaScript linter
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gflags.py:${PORTSDIR}/devel/py-gflags
USE_PYTHON= 2
USE_PYDISTUTILS=yes
.include <bsd.port.mk>