diff options
Diffstat (limited to 'www/closure-linter/Makefile')
-rw-r--r-- | www/closure-linter/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www/closure-linter/Makefile b/www/closure-linter/Makefile deleted file mode 100644 index 943d74ed4ceb..000000000000 --- a/www/closure-linter/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Julien Laffaye <kimelto@gmail.com> -# $FreeBSD$ - -PORTNAME= closure-linter -PORTVERSION= 2.3.13 -PORTREVISION= 2 -CATEGORIES= www devel -MASTER_SITES= GOOGLE_CODE -DISTNAME= closure_linter-${PORTVERSION} - -MAINTAINER= jlaffaye@FreeBSD.org -COMMENT= JavaScript linter - -LICENSE= APACHE20 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gflags>=0:devel/py-python-gflags - -USES= python:2 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> |