mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
22 lines
474 B
Makefile
22 lines
474 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: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>
|