64515d5de2
- Change RUN_DEPENDS from rubygem-redis4 to rubygem-redis Changes: https://github.com/redis-store/redis-store/releases
19 lines
372 B
Makefile
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>
|