opnsense-ports/www/rubygem-redis-rails/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

22 lines
475 B
Makefile

# $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
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis-actionpack>=4:databases/rubygem-redis-actionpack \
rubygem-redis-activesupport>=4:devel/rubygem-redis-activesupport \
rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>