forked from Lainports/freebsd-ports
devel/rubygem-web-console-rails71: Add rubygem-web-console-rails71 4.2.1 (copied from rubygem-web-console-rails61)
This commit is contained in:
parent
318dc33ca0
commit
779cd0bd2e
4 changed files with 31 additions and 0 deletions
|
|
@ -7530,6 +7530,7 @@
|
|||
SUBDIR += rubygem-weakref
|
||||
SUBDIR += rubygem-web-console-rails60
|
||||
SUBDIR += rubygem-web-console-rails61
|
||||
SUBDIR += rubygem-web-console-rails71
|
||||
SUBDIR += rubygem-web-console2
|
||||
SUBDIR += rubygem-web-console3-rails5
|
||||
SUBDIR += rubygem-web-console3-rails50
|
||||
|
|
|
|||
26
devel/rubygem-web-console-rails71/Makefile
Normal file
26
devel/rubygem-web-console-rails71/Makefile
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
PORTNAME= web-console
|
||||
PORTVERSION= 4.2.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails71
|
||||
|
||||
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-activemodel71>=6.0.0:databases/rubygem-activemodel71 \
|
||||
rubygem-actionview71>=6.0.0:devel/rubygem-actionview71 \
|
||||
rubygem-bindex>=0.4.0:devel/rubygem-bindex \
|
||||
rubygem-railties71>=6.0.0:www/rubygem-railties71
|
||||
|
||||
USES= cpe gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= rubyonrails
|
||||
CPE_PRODUCT= web_console
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/rubygem-web-console-rails71/distinfo
Normal file
3
devel/rubygem-web-console-rails71/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1697330214
|
||||
SHA256 (rubygem/web-console-4.2.1.gem) = e7bcf37a10ea2b4ec4281649d1cee461b32232d0a447e82c786e6841fd22fe20
|
||||
SIZE (rubygem/web-console-4.2.1.gem) = 29184
|
||||
1
devel/rubygem-web-console-rails71/pkg-descr
Normal file
1
devel/rubygem-web-console-rails71/pkg-descr
Normal file
|
|
@ -0,0 +1 @@
|
|||
A debugging tool for your Ruby on Rails applications.
|
||||
Loading…
Add table
Reference in a new issue