Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 01:10:13 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513278 - head/devel/lua-cjson
Message-ID:  <201909300110.x8U1ADKw079142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300110.x8U1ADKw079142>