2015-05-21 21:25:44 +00:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= json
|
2017-02-01 19:44:33 +00:00
|
|
|
PORTVERSION= 1.3.4
|
2020-04-14 15:49:36 +00:00
|
|
|
PORTREVISION= 1
|
2015-05-21 21:25:44 +00:00
|
|
|
CATEGORIES= converters
|
|
|
|
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= JSON parser/creator for Lua
|
|
|
|
|
2020-04-14 15:49:36 +00:00
|
|
|
RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}lpeg>=0.8.1:devel/lua-lpeg@${LUA_FLAVOR}
|
2015-05-21 21:25:44 +00:00
|
|
|
|
|
|
|
MAKE_ARGS= INSTALL_CMOD=${LUA_MODLIBDIR} INSTALL_LMOD=${LUA_MODSHAREDIR}
|
2017-02-01 19:44:33 +00:00
|
|
|
NO_ARCH= yes
|
2020-04-14 15:49:36 +00:00
|
|
|
USES= lua:run,module
|
2015-05-21 21:25:44 +00:00
|
|
|
|
|
|
|
GH_ACCOUNT= harningt
|
|
|
|
GH_PROJECT= lua${PORTNAME}
|
|
|
|
USE_GITHUB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|