freebsd-ports/databases/lua-resty-redis/Makefile
Steve Wills 4dfc38d1b8 databases/lua-resty-redis: update to 0.27
PR:		240216
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
2019-09-02 16:23:36 +00:00

17 lines
285 B
Makefile

# $FreeBSD$
PORTNAME= lua-resty-redis
DISTVERSIONPREFIX= v
DISTVERSION= 0.27
CATEGORIES= databases
MAINTAINER= arcade@b1t.name
COMMENT= Redis client driver for the ngx_lua nginx module
LICENSE= BSD2CLAUSE
USES= lua:51
USE_GITHUB= yes
GH_ACCOUNT= openresty
.include <bsd.port.mk>