summaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 15:56:06 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 15:56:06 +0800
commita6fb7d2bc2f8704c23cca53ee9e7603b27d2a6d9 (patch)
tree85515943b2e82383e8e43718aea20e0863d8e4d4 /mail/Makefile
parentd1887c1b96b5a2e32984aa5696fa97c77c289afd (diff)
downloadfreebsd-ports-a6fb7d2bc2f8704c23cca53ee9e7603b27d2a6d9.zip
mail/rubygem-actionmailer71: Add rubygem-actionmailer71 7.1.1
Action Mailer is a framework for designing email service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action 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).
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 7dc4b7581784..1d79b8e3b0d8 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -595,6 +595,7 @@
SUBDIR += rubygem-actionmailer60
SUBDIR += rubygem-actionmailer61
SUBDIR += rubygem-actionmailer70
+ SUBDIR += rubygem-actionmailer71
SUBDIR += rubygem-email_reply_parser
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-email_reply_trimmer