ports/devel/rubygem-web-console-rails72/Makefile
Po-Chuan Hsieh 5f50640f8c
devel/rubygem-web-console-rails72: Add rubygem-web-console-rails72 4.2.1
A debugging tool for your Ruby on Rails applications.
2024-09-18 14:13:05 +08:00

26 lines
633 B
Makefile

PORTNAME= web-console
PORTVERSION= 4.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails72
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-activemodel72>=6.0.0:databases/rubygem-activemodel72 \
rubygem-actionview72>=6.0.0:devel/rubygem-actionview72 \
rubygem-bindex>=0.4.0:devel/rubygem-bindex \
rubygem-railties72>=6.0.0:www/rubygem-railties72
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= rubyonrails
CPE_PRODUCT= web_console
.include <bsd.port.mk>