mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
18 lines
364 B
Makefile
18 lines
364 B
Makefile
PORTNAME= redis-cluster-client
|
|
PORTVERSION= 0.13.4
|
|
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.24<1:databases/rubygem-redis-client
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|