diff options
-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 |