diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 07:56:59 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 07:56:59 +0000 |
commit | bbf21de14a5325c052508bf700e0d974c8f827f8 (patch) | |
tree | 721219d246681002ce4bc2fb931dd0ca8cb57f95 | |
parent | 6aad67e74ffa5f60256d69ee11dd3d2df326b3b1 (diff) |
www/rubygem-rails4: Update WWW and clean up pkg-descr
-rw-r--r-- | www/rubygem-rails4/Makefile | 3 | ||||
-rw-r--r-- | www/rubygem-rails4/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/rubygem-rails4/Makefile b/www/rubygem-rails4/Makefile index 6101d46f75c2..99dd0e0c7cc8 100644 --- a/www/rubygem-rails4/Makefile +++ b/www/rubygem-rails4/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 4 MAINTAINER= sunpoet@FreeBSD.org COMMENT= MVC web application framework -WWW= https://github.com/rails/rails +WWW= https://rubyonrails.org/ \ + https://github.com/rails/rails LICENSE= MIT diff --git a/www/rubygem-rails4/pkg-descr b/www/rubygem-rails4/pkg-descr index 6d53dd51a599..77f026452f6e 100644 --- a/www/rubygem-rails4/pkg-descr +++ b/www/rubygem-rails4/pkg-descr @@ -8,5 +8,3 @@ seamlessly together. That way you Don't Repeat Yourself (DRY) and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby - The language of love for industry heavy-weights. - -See also: https://rubyonrails.org/ |