mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md https://github.com/redis/redis-rb/commits/master/cluster
20 lines
508 B
Makefile
20 lines
508 B
Makefile
PORTNAME= redis-clustering
|
|
PORTVERSION= 5.4.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby client that tries to match Redis Cluster API
|
|
WWW= https://github.com/redis/redis-rb/tree/master/cluster
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-redis>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-redis \
|
|
rubygem-redis-cluster-client>=0.10.0:databases/rubygem-redis-cluster-client
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|