freebsd-ports/databases/rubygem-redis-actionpack/Makefile
Sunpoet Po-Chuan Hsieh 789df98df3 Update to 5.2.0
- Update RUN_DEPENDS: use Rails 5.2
- Update version requirement of RUN_DEPENDS
- Update WWW

Changes:	https://github.com/redis-store/redis-actionpack/releases
2020-08-23 19:41:52 +00:00

23 lines
474 B
Makefile

# $FreeBSD$
PORTNAME= redis-actionpack
PORTVERSION= 5.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis session store for ActionPack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack52>=5<7:www/rubygem-actionpack52 \
rubygem-redis-rack>=2.1.0<3:www/rubygem-redis-rack \
rubygem-redis-store>=1.1.0<2:devel/rubygem-redis-store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>