opnsense-ports/devel/lua-rds-parser/Makefile
Franco Fichtner 9dcac8154f */*: sync with upstream
Taken from: HardenedBSD
2018-05-25 06:42:27 +02: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>