diff options
Diffstat (limited to 'mail/rubygem-actionmailer4')
-rw-r--r-- | mail/rubygem-actionmailer4/Makefile | 23 | ||||
-rw-r--r-- | mail/rubygem-actionmailer4/distinfo | 2 | ||||
-rw-r--r-- | mail/rubygem-actionmailer4/pkg-descr | 10 |
3 files changed, 35 insertions, 0 deletions
diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile new file mode 100644 index 000000000000..f8c6b8a77a58 --- /dev/null +++ b/mail/rubygem-actionmailer4/Makefile @@ -0,0 +1,23 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= actionmailer +PORTVERSION= 4.1.6 +CATEGORIES= mail rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 4 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Easy email delivery and testing for Ruby + +LICENSE= MIT + +RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \ + rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \ + rubygem-mail>=2.5.4:${PORTSDIR}/mail/rubygem-mail + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/mail/rubygem-actionmailer4/distinfo b/mail/rubygem-actionmailer4/distinfo new file mode 100644 index 000000000000..93de627d7abd --- /dev/null +++ b/mail/rubygem-actionmailer4/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/actionmailer-4.1.6.gem) = 9b03de00a3c0e19034e98f35d29c298e858556f1033799ea6ffc9eca014c5cd3 +SIZE (rubygem/actionmailer-4.1.6.gem) = 24576 diff --git a/mail/rubygem-actionmailer4/pkg-descr b/mail/rubygem-actionmailer4/pkg-descr new file mode 100644 index 000000000000..2af9adc06c58 --- /dev/null +++ b/mail/rubygem-actionmailer4/pkg-descr @@ -0,0 +1,10 @@ +Action Mailer is framework for designing email-service layers. These layers +are used to consolidate code for sending out forgotten passwords, welcoming +wishes on signup, invoices for billing, and any other use case that requires +a written notification to either a person or another system. + +Additionally, an Action Mailer class can be used to process incoming email, +such as allowing a weblog to accept new posts from an email (which could even +have been sent from a phone) + +WWW: http://www.rubyonrails.org |