aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-redis-client/Makefile
blob: ad0100d6f289b3430a1c250e70f2c39514d6cb66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	redis-client
PORTVERSION=	0.26.4
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple low-level client for Redis 6+
WWW=		https://github.com/redis-rb/redis-client

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-connection_pool>=0:net/rubygem-connection_pool

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>