mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ccc8f79b07
- Remove deprecated easy_install support - STAGE support
21 lines
407 B
Makefile
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>
|