diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-01-09 20:53:01 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-01-09 20:53:01 +0000 |
commit | ef206c5e15e3784eb0a9868115147735a99d3211 (patch) | |
tree | 303e1d62b3527cf1adf6beb1506a89b5ca05ff75 /www/closure-compiler | |
parent | 25714c113df5c0ab24fd8127a68a13b1dcbcb968 (diff) |
- Pass maintainership to submitter
- Add License
PR: ports/153799
Submitted by: Julien Laffaye <kimelto@gmail.com>
Notes
Notes:
svn path=/head/; revision=267552
Diffstat (limited to 'www/closure-compiler')
-rw-r--r-- | www/closure-compiler/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/closure-compiler/Makefile b/www/closure-compiler/Makefile index b3a1e6763079..4339b4240cf7 100644 --- a/www/closure-compiler/Makefile +++ b/www/closure-compiler/Makefile @@ -11,9 +11,11 @@ CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= compiler-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kimelto@gmail.com COMMENT= Closure Compiler +LICENSE= ASL + NO_BUILD= yes NO_WRKSUBDIR= yes SUB_FILES= closure-compiler |