mail/rubygem-actionmailer5: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh
2024-06-18 12:02:05 +08:00
parent 4f7ae1df13
commit 835b2d7202
2 changed files with 2 additions and 3 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
WWW= https://github.com/rails/rails/tree/main/actionmailer
WWW= https://rubyonrails.org/ \
https://github.com/rails/rails/tree/main/actionmailer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-2
View File
@@ -10,5 +10,3 @@ Controller renders views using templates.
Additionally, an Action Mailer class can be used to process incoming email, such
as allowing a blog to accept new posts from an email (which could even have been
sent from a phone).
See also: https://rubyonrails.org/