1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Mahdi Mokhtari 396fa82f41 devel/lua-cjson: set USES to default lua version (5.2).
Also clone a slave port as lua51-cjson.

Reviewed by:    feld, mat
Approved by:    feld, mat (mentors)
Differential Revision:  https://reviews.freebsd.org/D9810
2017-03-02 16:00:21 +00:00

14 lines
213 B
Makefile

# Created by: osa
# $FreeBSD$
COMMENT= Fast JSON parsing and encoding support for Lua 5.1
MASTERDIR= ${.CURDIR}/../lua-cjson
PKGMESSAGE= ${.CURDIR}/pkg-message
USES= lua:51
.include "${MASTERDIR}/Makefile"