devel/rubygem-actionview5: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2024-06-18 12:01:01 +08:00
parent e0d131335a
commit 036e1dbb12
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View file

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

View file

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