freebsd-ports/devel/lua-rds-parser/Makefile
Kurt Jaeger fb715a41ce New (resurrected) port: devel/lua-rds-parser
The lua-rds-parser can be used to parse the Resty-DBD-Stream formatted data
generated by drizzle and/or postgres nginx modules into lua data structures.
In the past, we have to use JSON as the intermediate data format which is
quite inefficient in terms of both memory and CPU time.

To maximize speed and minimize memory footprint, this library is implemented
in pure C.

WWW: https://github.com/agentzh/lua-rds-parser/

PR:		191526
Submitted by:	arcade@b1t.name
2018-05-24 18:49:17 +00:00

20 lines
345 B
Makefile

# Created by: osa
# $FreeBSD$
PORTNAME= lua-rds-parser
PORTVERSION= 0.06
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= arcade@b1t.name
COMMENT= Resty-DBD-Stream (RDS) parser for Lua written in C
LICENSE= BSD2CLAUSE
USES= lua:51
USE_GITHUB= yes
GH_ACCOUNT= openresty
PLIST_FILES= ${LUA_MODLIBDIR}/rds/parser.so
.include <bsd.port.mk>