e34252aaf1
Changes: https://github.com/redis-store/redis-rails/blob/master/CHANGELOG https://github.com/redis-store/redis-rails/commits/master
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis-rails
|
|
PORTVERSION= 5.0.2
|
|
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>=5.0:databases/rubygem-redis-actionpack \
|
|
rubygem-redis-activesupport>=5.0:devel/rubygem-redis-activesupport \
|
|
rubygem-redis-store>=1.2:devel/rubygem-redis-store
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|