aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-redis-store/Makefile
blob: a92f752bf4e3c0e194c477f65bdd7e3a3cd703d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	redis-store
PORTVERSION=	1.11.0
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/ \
		https://github.com/redis-store/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>