blob: 14b65c8a3767abb29fea2c4f8279c44197acfd5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|