View | Details | Raw Unified | Return to bug 239989
Collapse All | Expand All

(-)devel/lua-cjson/Makefile (-2 / +4 lines)
Lines 9-18 Link Here
9
DISTNAME=	lua-cjson-${PORTVERSION}
9
DISTNAME=	lua-cjson-${PORTVERSION}
10
10
11
MAINTAINER=	osa@FreeBSD.org
11
MAINTAINER=	osa@FreeBSD.org
12
COMMENT?=	Fast JSON parsing and encoding support for Lua
12
COMMENT=	Fast JSON parsing and encoding support for Lua
13
13
14
USES?=		lua
14
LICENSE=	MIT
15
15
16
USES=		lua
17
16
MAKE_ARGS=	LUA_VERSION=${LUA_VER}
18
MAKE_ARGS=	LUA_VERSION=${LUA_VER}
17
19
18
PLIST_FILES=	${LUA_MODLIBDIR}/cjson.so
20
PLIST_FILES=	${LUA_MODLIBDIR}/cjson.so

Return to bug 239989