mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
11 lines
211 B
Makefile
11 lines
211 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"
|