summaryrefslogtreecommitdiff
path: root/databases/lua-resty-redis/Makefile
blob: 9690ff9b9a8f9375112f152dcd01af48f1e1e790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	lua-resty-redis
DISTVERSIONPREFIX=	v
DISTVERSION=	0.26
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>