0b532d2980
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md https://github.com/redis/redis-rb/commits/master/cluster
20 lines
507 B
Makefile
20 lines
507 B
Makefile
PORTNAME= redis-clustering
|
|
PORTVERSION= 5.1.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.7.0:databases/rubygem-redis-cluster-client
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|