Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/converters/lua-json/Makefile
16149 views
# Created by: Sunpoet Po-Chuan Hsieh <[email protected]>

PORTNAME=	json
PORTVERSION=	1.3.4
PORTREVISION=	1
CATEGORIES=	converters
PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}

MAINTAINER=	[email protected]
COMMENT=	JSON parser/creator for Lua

RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}lpeg>=0.8.1:devel/lua-lpeg@${LUA_FLAVOR}

USES=		lua:run,module

MAKE_ARGS=	INSTALL_CMOD=${LUA_MODLIBDIR} INSTALL_LMOD=${LUA_MODSHAREDIR}
NO_ARCH=	yes

GH_ACCOUNT=	harningt
GH_PROJECT=	luajson
USE_GITHUB=	yes

.include <bsd.port.mk>