blob: ef690d8954eb304c38471d1543047fa8f288504c (
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
|
PORTNAME= flipper-ui
PORTVERSION= 0.25.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rack middleware that provides a fully featured web interface
WWW= https://github.com/jnunemaker/flipper
LICENSE= MIT
RUN_DEPENDS= rubygem-erubi>=1.0.0<2.0.0:www/rubygem-erubi \
rubygem-flipper>=${PORTVERSION}<0.26:devel/rubygem-flipper \
rubygem-rack>=1.4,3<3,3:www/rubygem-rack \
rubygem-rack-protection>=1.5.3<2.3.0_99:www/rubygem-rack-protection \
rubygem-sanitize>=0<7:textproc/rubygem-sanitize
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|