aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-flipper-active_support_cache_store/Makefile
blob: f4f5983a14f0540af0a8baf3586cd3029752533a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	flipper-active_support_cache_store
PORTVERSION=	1.3.6
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	ActiveSupport::Cache feature flag cache adapter for Flipper
WWW=		https://www.flippercloud.io/ \
		https://github.com/flippercloud/flipper

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activesupport80>=4.2<9:devel/rubygem-activesupport80 \
		rubygem-flipper>=${PORTVERSION}<1.4:devel/rubygem-flipper

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>