mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
21 lines
507 B
Makefile
21 lines
507 B
Makefile
PORTNAME= redis-activesupport
|
|
PORTVERSION= 5.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Redis store for ActiveSupport::Cache
|
|
WWW= https://redis-store.org/redis-activesupport/ \
|
|
https://github.com/redis-store/redis-activesupport
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS?= rubygem-activesupport4>=3<8:devel/rubygem-activesupport4 \
|
|
rubygem-redis-store>=1.3<2:devel/rubygem-redis-store
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|