52ef90688f
- Modernize PYTHON knobs - Bump PORTREVISION for package change With hat: python
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# Created by: Julien Laffaye <kimelto@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= closure-linter
|
|
PORTVERSION= 2.3.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= closure_linter-${PORTVERSION}
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= JavaScript linter
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflags>=0:${PORTSDIR}/devel/py-gflags
|
|
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|