summaryrefslogtreecommitdiff
path: root/www/rubygem-redis-rails/Makefile
blob: fdc9e8f101efde2558e826a73b7354d331938b37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	redis-rails
PORTVERSION=	4.0.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Redis for Ruby on Rails

LICENSE=	MIT

RUN_DEPENDS=	rubygem-redis-actionpack>=4:${PORTSDIR}/databases/rubygem-redis-actionpack \
		rubygem-redis-activesupport>=4:${PORTSDIR}/devel/rubygem-redis-activesupport \
		rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>