freebsd-ports/converters/lua-json/Makefile
Sunpoet Po-Chuan Hsieh af01b29633 - Add lua-json 1.3.3
LuaJSON is a JSON parser/creator for Lua.

WWW: http://www.eharning.us/wiki/luajson/
2015-05-21 21:25:44 +00:00

21 lines
486 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= json
PORTVERSION= 1.3.3
CATEGORIES= converters
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON parser/creator for Lua
RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}lpeg>=0.8.1:${PORTSDIR}/devel/lua-lpeg
MAKE_ARGS= INSTALL_CMOD=${LUA_MODLIBDIR} INSTALL_LMOD=${LUA_MODSHAREDIR}
USES= lua:run
GH_ACCOUNT= harningt
GH_PROJECT= lua${PORTNAME}
USE_GITHUB= yes
.include <bsd.port.mk>