aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/rubygem-actionview5/Makefile3
-rw-r--r--devel/rubygem-actionview5/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/rubygem-actionview5/Makefile b/devel/rubygem-actionview5/Makefile
index 68b67869e355..f5bb2df58fc3 100644
--- a/devel/rubygem-actionview5/Makefile
+++ b/devel/rubygem-actionview5/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rendering framework putting the V in MVC (part of Rails)
-WWW= https://github.com/rails/rails/tree/main/actionview
+WWW= https://rubyonrails.org/ \
+ https://github.com/rails/rails/tree/main/actionview
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
diff --git a/devel/rubygem-actionview5/pkg-descr b/devel/rubygem-actionview5/pkg-descr
index 0a377a8d6129..904615b292ae 100644
--- a/devel/rubygem-actionview5/pkg-descr
+++ b/devel/rubygem-actionview5/pkg-descr
@@ -2,5 +2,3 @@ Action View is a framework for handling view template lookup and rendering, and
provides view helpers that assist when building HTML forms, Atom feeds and more.
Template formats that Action View handles are ERB (embedded Ruby, typically used
to inline short Ruby snippets inside HTML), and XML Builder.
-
-See also: https://rubyonrails.org/