freebsd-ports/devel/rubygem-redis-store/Makefile
Po-Chuan Hsieh 64515d5de2
devel/rubygem-redis-store: Update to 1.9.2
- Change RUN_DEPENDS from rubygem-redis4 to rubygem-redis

Changes:	https://github.com/redis-store/redis-store/releases
2023-03-22 03:22:29 +08:00

19 lines
372 B
Makefile

PORTNAME= redis-store
PORTVERSION= 1.9.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Namespaced Redis stores for Ruby web frameworks
WWW= https://redis-store.org/redis-store/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis>=4<6:databases/rubygem-redis
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>