opnsense-ports/devel/lua-rds-parser/Makefile
2022-09-07 22:33:21 +02:00

18 lines
363 B
Makefile

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
WWW= https://github.com/agentzh/lua-rds-parser/
LICENSE= BSD2CLAUSE
USES= lua:51
USE_GITHUB= yes
GH_ACCOUNT= openresty
PLIST_FILES= ${LUA_MODLIBDIR}/rds/parser.so
.include <bsd.port.mk>