aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-flipper-active_support_cache_store/Makefile
blob: 656606c7af39bf3e27fbdfdac2218f3f3d6dfc6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	flipper-active_support_cache_store
PORTVERSION=	0.20.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	ActiveSupport::Cache store adapter for Flipper

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activesupport50>=5.0<7:devel/rubygem-activesupport50 \
		rubygem-flipper>=${PORTVERSION}<0.21:devel/rubygem-flipper

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>