summaryrefslogtreecommitdiff
path: root/devel/rubygem-web-console-rails60/Makefile
blob: 6c2b9876e2a367e88a49f2253722f8fdb82e77d7 (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=	-rails60

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-activemodel60>=6.0.0:databases/rubygem-activemodel60 \
		rubygem-actionview60>=6.0.0:devel/rubygem-actionview60 \
		rubygem-bindex>=0.4.0:devel/rubygem-bindex \
		rubygem-railties60>=6.0.0:www/rubygem-railties60

USES=		cpe gem

NO_ARCH=	yes

CPE_VENDOR=	rubyonrails
CPE_PRODUCT=	web_console

.include <bsd.port.mk>