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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Feature flag UI for the Flipper gem
WWW=		https://www.flippercloud.io/ \
		https://github.com/flippercloud/flipper

LICENSE=	MIT

RUN_DEPENDS=	rubygem-erubi>=1.0.0<2.0.0:www/rubygem-erubi \
		rubygem-flipper>=${PORTVERSION}<1.4:devel/rubygem-flipper \
		rubygem-rack>=1.4,3<4,3:www/rubygem-rack \
		rubygem-rack-protection>=1.5.3<5.0.0:www/rubygem-rack-protection \
		rubygem-rack-session>=1.0.2<3.0.0:www/rubygem-rack-session \
		rubygem-sanitize>=0<8:textproc/rubygem-sanitize

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>