blob: 218177840069e4dc3155279c09cc8765c28ec823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= web-console
PORTVERSION= 3.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 3-rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
rubygem-actionview5>=5.0:devel/rubygem-actionview5 \
rubygem-bindex>=0.4.0:devel/rubygem-bindex \
rubygem-railties5>=5.0:www/rubygem-railties5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
# web-console 4.0.0+ requires Rails 6.0.0+
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>
|