Update version requirement of RUN_DEPENDS
- Update pkg-descr
This commit is contained in:
parent
01e5069318
commit
eba2436745
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510462
@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \
|
||||
rubygem-activesupport5>=${PORTVERSION}:devel/rubygem-activesupport5 \
|
||||
rubygem-method_source>=0:devel/rubygem-method_source \
|
||||
rubygem-rake>=0.8.7:devel/rubygem-rake \
|
||||
rubygem-thor>=0.18.1:devel/rubygem-thor
|
||||
rubygem-thor>=0.18.1<2.0:devel/rubygem-thor
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
@ -1,3 +1,7 @@
|
||||
Rails internals: application bootup, plugins, generators, and rake tasks.
|
||||
Railties is responsible for gluing all frameworks together. Overall, it:
|
||||
- handles the bootstrapping process for a Rails application;
|
||||
- manages the rails command line interface;
|
||||
- and provides the Rails generators core.
|
||||
|
||||
WWW: https://rubyonrails.org/
|
||||
WWW: https://github.com/rails/rails/tree/master/railties
|
||||
|
Loading…
Reference in New Issue
Block a user