Files
ports/databases/rubygem-redis-actionpack-rails52/Makefile
T
Sunpoet Po-Chuan Hsieh 9f20c46099 Update to 5.2.0
- Update version requirement of RUN_DEPENDS
- Update WWW

Changes:	https://github.com/redis-store/redis-actionpack/releases
2020-07-24 07:50:27 +00:00

25 lines
498 B
Makefile

# $FreeBSD$
PORTNAME= redis-actionpack
PORTVERSION= 5.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
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>