mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
devel/rubygem-actionview5: Update WWW and clean up pkg-descr
This commit is contained in:
parent
e0d131335a
commit
036e1dbb12
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue