mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
396fa82f41
Also clone a slave port as lua51-cjson. Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9810
14 lines
213 B
Makefile
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"
|