aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-redis-activesupport/Makefile
blob: 3780426631080ec767a4ee1e56e1ec9b6fa6f3cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	redis-activesupport
PORTVERSION=	5.3.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Redis store for ActiveSupport::Cache
WWW=		https://redis-store.org/redis-activesupport/ \
		https://github.com/redis-store/redis-activesupport

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS?=	rubygem-activesupport4>=3<8:devel/rubygem-activesupport4 \
		rubygem-redis-store>=1.3<2:devel/rubygem-redis-store

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>