diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-10 20:30:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-10 20:30:21 +0000 |
commit | 68ec5e1a9accd677a6c66a500cef3307b1c2e515 (patch) | |
tree | 5f5ecdfab99c7414d1b271ee16678150c73bb72a /lang/lua/Makefile | |
parent | 24b7b572e56c4bbbb8c5dd57be3291a3419a6cc0 (diff) | |
download | pkgsrc-68ec5e1a9accd677a6c66a500cef3307b1c2e515.tar.gz |
Set LICENSE for lua.
Diffstat (limited to 'lang/lua/Makefile')
-rw-r--r-- | lang/lua/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 472d30d353b..c7e74e9f19b 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/05/30 16:08:58 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2009/07/10 20:30:21 minskim Exp $ DISTNAME= lua-${LUA_VERSION} PKGREVISION= 2 @@ -16,6 +16,7 @@ MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lua.org/ COMMENT= Powerful light-weight language for extending applications +LICENSE= mit .include "../../lang/lua/version.mk" |