mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
RMail is a lightweight mail library containing various
utility classes and modules that allow ruby scripts to parse, modify, and generate MIME mail messages. PR: ports/153820 Submitted by: Eric Freeman <freebsdports at chillibear.com> Feature safe: yes
This commit is contained in:
parent
ac1cb23d59
commit
fdf52093dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268440
@ -609,6 +609,7 @@
|
||||
SUBDIR += rubygem-mail
|
||||
SUBDIR += rubygem-mailfactory
|
||||
SUBDIR += rubygem-pony
|
||||
SUBDIR += rubygem-rmail
|
||||
SUBDIR += rubygem-smtp_tls
|
||||
SUBDIR += rubygem-tmail
|
||||
SUBDIR += rubygem-vmail
|
||||
|
20
mail/rubygem-rmail/Makefile
Normal file
20
mail/rubygem-rmail/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Ports collection makefile for: rubygem-rmail
|
||||
# Date created: 09 January 2011
|
||||
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rmail
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= mail rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= freebsdports@chillibear.com
|
||||
COMMENT= RMail is a lightweight mail library
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/rubygem-rmail/distinfo
Normal file
2
mail/rubygem-rmail/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rmail-1.0.0.gem) = b7479f1cafb4f677f0aac57fc218ccdb800ab4b89942224d52bcbda09a3f4f5b
|
||||
SIZE (rubygem/rmail-1.0.0.gem) = 79872
|
5
mail/rubygem-rmail/pkg-descr
Normal file
5
mail/rubygem-rmail/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
RMail is a lightweight mail library containing various
|
||||
utility classes and modules that allow ruby scripts to
|
||||
parse, modify, and generate MIME mail messages.
|
||||
|
||||
see: mail/ruby-rmail for non Gem version
|
Loading…
Reference in New Issue
Block a user