Files
2023-12-15 03:55:52 +11:00

27 lines
1.1 KiB
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup actionmailer 3.0.5 gem {} rubygems ruby19
description Email on Rails
long_description \
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.
license MIT
platforms any
supported_archs noarch
maintainers nomaintainer
homepage http://www.rubyonrails.org/
checksums md5 dd675260847b9284f80028facfef4b81 \
sha1 b25750c8126aa21db27d7b0ee829b2e94e525ebc \
rmd160 d752ba0f7333387deba6a5ac2adf60cae1b2d862
depends_run-append port:rb19-mail \
port:rb19-actionpack