mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup mail 2.5.4 gem {} rubygems ruby19
|
|
description A Really Ruby Mail Library
|
|
long_description \
|
|
Mail is an internet library for Ruby that is designed to handle emails \
|
|
generation, parsing and sending in a simple, rubyesque manner. The purpose \
|
|
of this library is to provide a single point of access to handle all email \
|
|
functions, including sending and receiving emails. All network type \
|
|
actions are done through proxy methods to Net::SMTP, Net::POP3 etc.
|
|
license MIT
|
|
maintainers nomaintainer
|
|
homepage https://github.com/mikel/mail
|
|
categories-append mail
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 4ecb28697c61e09e870ba150846c47bb2a59eff1 \
|
|
sha256 446585c38b062121252688dcc9cc70af1f470822e30db021bb97d185969e257c
|
|
|
|
depends_run-append port:rb19-treetop \
|
|
port:rb19-mime-types \
|
|
port:rb19-i18n \
|
|
port:rb19-activesupport
|