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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Beautiful, performant feature flags for Ruby and Rails
WWW=		https://www.flippercloud.io/ \
		https://github.com/flippercloud/flipper

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/flipper

.include <bsd.port.mk>