mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
20 lines
379 B
Makefile
20 lines
379 B
Makefile
PORTNAME= flipper
|
|
PORTVERSION= 1.3.2
|
|
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>
|