mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
24 lines
655 B
Makefile
24 lines
655 B
Makefile
PORTNAME= flipper-ui
|
|
PORTVERSION= 1.3.1
|
|
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<7:textproc/rubygem-sanitize
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|