1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update version requirement of RUN_DEPENDS

- Update pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-31 21:59:53 +00:00
parent eba2436745
commit b78aba553f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510463
2 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \
rubygem-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \
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

View File

@ -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