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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Redis cluster client for Ruby
WWW=		https://github.com/redis-rb/redis-cluster-client

LICENSE=	MIT

RUN_DEPENDS=	rubygem-redis-client>=0.6<1:databases/rubygem-redis-client

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>