blob: 6a00633e5e0aa81d45f477b6bebf8d70c758d61b (
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
24
25
26
|
PORTNAME= web-console
PORTVERSION= 4.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails80
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Debugging tool for your Ruby on Rails applications
WWW= https://github.com/rails/web-console
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel80>=6.0.0:databases/rubygem-activemodel80 \
rubygem-actionview80>=6.0.0:devel/rubygem-actionview80 \
rubygem-bindex>=0.4.0:devel/rubygem-bindex \
rubygem-railties80>=6.0.0:www/rubygem-railties80
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= rubyonrails
CPE_PRODUCT= web_console
.include <bsd.port.mk>
|