forked from Lainports/freebsd-ports
17 lines
285 B
Makefile
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>
|