Skip to content

Commit

Permalink
jslint: use github PortGroup
Browse files Browse the repository at this point in the history
* set license
* update homepage
  • Loading branch information
l2dy committed Jun 2, 2018
1 parent 4812eb2 commit b844f1a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lang/jslint/Portfile
@@ -1,10 +1,13 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup github 1.0

github.setup douglascrockford JSLint b38a8d9db9ead37fa812
name jslint
version 2011-05-10
categories lang
license JSON
maintainers nomaintainer
platforms darwin
supported_archs noarch
Expand All @@ -14,10 +17,11 @@ description The JavaScript Code Quality Tool
long_description JSLint is a JavaScript program that looks for problems in \
JavaScript programs. It is a code quality tool.

homepage http://www.jslint.com/
fetch.type git
git.url https://github.com/douglascrockford/JSLint.git
git.branch b38a8d9db9ead37fa812
homepage https://www.jslint.com/

checksums rmd160 efdb80e9ee7da9f683b5ac9100ec65be130cd3ad \
sha256 25f9c0d15db7560022925b9ef53f9f4793c7b5e434c924f1673d187fd30db720 \
size 61414

depends_lib port:spidermonkey

Expand Down

0 comments on commit b844f1a

Please sign in to comment.