aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-flipper-active_record/Makefile
blob: 906ef27d2891012e9b8100fcce8eca5b35894815 (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_record
PORTVERSION=	1.2.2
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activerecord71>=4.2<8:databases/rubygem-activerecord71 \
		rubygem-flipper>=${PORTVERSION}<1.3:devel/rubygem-flipper

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>