15b82e583e
- Update version requirement of RUN_DEPENDS - Take maintainership Changes: https://github.com/redis-store/redis-activesupport/commits/master
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis-activesupport
|
|
PORTVERSION= 5.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Redis store for ActiveSupport::Cache
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS?= rubygem-activesupport4>=3<7:devel/rubygem-activesupport4 \
|
|
rubygem-redis-store>=1.3<2:devel/rubygem-redis-store
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|