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"
|