svn commit: r304932 - head/lang/lua

Matthias Andree mandree at FreeBSD.org
Wed Sep 26 21:29:51 UTC 2012


Author: mandree
Date: Wed Sep 26 21:29:50 2012
New Revision: 304932
URL: http://svn.freebsd.org/changeset/ports/304932

Log:
  Set LICENSE=MIT per <http://www.lua.org/license.html>

Modified:
  head/lang/lua/Makefile   (contents, props changed)

Modified: head/lang/lua/Makefile
==============================================================================
--- head/lang/lua/Makefile	Wed Sep 26 21:28:26 2012	(r304931)
+++ head/lang/lua/Makefile	Wed Sep 26 21:29:50 2012	(r304932)
@@ -16,6 +16,8 @@ MASTER_SITES=	http://www.lua.org/ftp/ \
 MAINTAINER=	lua at 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



More information about the svn-ports-all mailing list