svn commit: r513278 - head/devel/lua-cjson

Koichiro Iwao meta at FreeBSD.org
Mon Sep 30 01:10:13 UTC 2019


Author: meta
Date: Mon Sep 30 01:10:12 2019
New Revision: 513278
URL: https://svnweb.freebsd.org/changeset/ports/513278

Log:
  devel/lua-cjson: Add LICENSE
  
  Approved by:	portmgr (maintainer timeout: 1 month, blanket: ports compliance)

Modified:
  head/devel/lua-cjson/Makefile

Modified: head/devel/lua-cjson/Makefile
==============================================================================
--- head/devel/lua-cjson/Makefile	Mon Sep 30 01:02:30 2019	(r513277)
+++ head/devel/lua-cjson/Makefile	Mon Sep 30 01:10:12 2019	(r513278)
@@ -9,9 +9,11 @@ PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 DISTNAME=	lua-cjson-${PORTVERSION}
 
 MAINTAINER=	osa at FreeBSD.org
-COMMENT?=	Fast JSON parsing and encoding support for Lua
+COMMENT=	Fast JSON parsing and encoding support for Lua
 
-USES?=		lua
+LICENSE=	MIT
+
+USES=		lua
 
 MAKE_ARGS=	LUA_VERSION=${LUA_VER}
 


More information about the svn-ports-all mailing list