diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-09-26 21:29:50 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-09-26 21:29:50 +0000 |
commit | cd639ceab192f796c7c5920f7452b58cec7d9baf (patch) | |
tree | d5c10fc60a6939596dd835717e88f8f5073fcc76 | |
parent | ffc73f46085d182528a8956794c343182269cf4e (diff) | |
download | freebsd-ports-cd639ceab192f796c7c5920f7452b58cec7d9baf.zip |
Set LICENSE=MIT per <http://www.lua.org/license.html>
-rw-r--r-- | lang/lua/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index fe962987e724..204b24cf3ff2 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= http://www.lua.org/ftp/ \ MAINTAINER= lua@FreeBSD.org COMMENT= Small, compilable scripting language providing easy access to C code +LICENSE= MIT + PATCH_WRKSRC= ${WRKSRC}/src USE_LUA= 5.1 LUA_COMPS= # only define variables |