freebsd-ports/devel/rubygem-web-console3-rails5/Makefile
Sunpoet Po-Chuan Hsieh be0c63c4c5 Move devel/rubygem-web-console-rails5 to devel/rubygem-web-console3-rails5
- Add PORTSCOUT

Rename to avoid confusion with rubygem-web-console 4.x
2020-02-05 18:43:39 +00:00

28 lines
614 B
Makefile

# $FreeBSD$
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>