summaryrefslogtreecommitdiff
path: root/www/rubygem-redis-rails-rails61/Makefile
blob: 5d518bd89f9ec6d1d6f1c38507b09b7086c450cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	redis-rails
PORTVERSION=	5.0.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails61

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Redis for Ruby on Rails
WWW=		https://redis-store.org/redis-rails/

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

RUN_DEPENDS=	rubygem-redis-actionpack-rails61>=5.0<6:databases/rubygem-redis-actionpack-rails61 \
		rubygem-redis-activesupport-rails61>=5.0<6:devel/rubygem-redis-activesupport-rails61 \
		rubygem-redis-store>=1.2<2:devel/rubygem-redis-store

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>