mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# Created by: osa
|
|
# $FreeBSD: head/devel/lua-cjson/Makefile 531700 2020-04-14 15:49:36Z mat $
|
|
|
|
PORTNAME= cjson
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.kyne.com.au/~mark/software/download/
|
|
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}-
|
|
DISTNAME= lua-cjson-${PORTVERSION}
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= Fast JSON parsing and encoding support for Lua
|
|
|
|
USES= lua:module
|
|
|
|
.include <bsd.port.mk>
|