mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Add rubygem-actionmailer50 5.0.2 (copied from rubygem-actionmailer5)
- Add PORTSCOUT
This commit is contained in:
parent
3d0c905ba6
commit
a984bcc53b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439706
@ -613,6 +613,7 @@
|
||||
SUBDIR += rss2email3
|
||||
SUBDIR += rubygem-actionmailer4
|
||||
SUBDIR += rubygem-actionmailer5
|
||||
SUBDIR += rubygem-actionmailer50
|
||||
SUBDIR += rubygem-email_reply_parser
|
||||
SUBDIR += rubygem-email_reply_parser-discourse
|
||||
SUBDIR += rubygem-email_reply_trimmer
|
||||
|
28
mail/rubygem-actionmailer50/Makefile
Normal file
28
mail/rubygem-actionmailer50/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Johannes Meixner <johannes@perceivon.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= actionmailer
|
||||
PORTVERSION= 5.0.2
|
||||
CATEGORIES= mail rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 50
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Easy email delivery and testing for Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \
|
||||
rubygem-actionview50>=${PORTVERSION}:devel/rubygem-actionview50 \
|
||||
rubygem-activejob50>=${PORTVERSION}:devel/rubygem-activejob50 \
|
||||
rubygem-mail>=2.5.4:mail/rubygem-mail \
|
||||
rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing
|
||||
|
||||
PORTSCOUT= limit:^5\.0\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/rubygem-actionmailer50/distinfo
Normal file
3
mail/rubygem-actionmailer50/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1488463119
|
||||
SHA256 (rubygem/actionmailer-5.0.2.gem) = 4b1d4e08d911a410c6ef0314ca897a1e73abb8757707cc9f0766edc6a4c47e92
|
||||
SIZE (rubygem/actionmailer-5.0.2.gem) = 28672
|
10
mail/rubygem-actionmailer50/pkg-descr
Normal file
10
mail/rubygem-actionmailer50/pkg-descr
Normal file
@ -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://rubyonrails.org/
|
Loading…
Reference in New Issue
Block a user