aboutsummaryrefslogtreecommitdiffstats
path: root/converters/lua-json/Makefile
blob: 3591870fc955a4900e80576202b8db72ceb582f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>