1
0
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:
Martin Wilke 2011-01-30 12:08:52 +00:00
parent ac1cb23d59
commit fdf52093dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268440
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rmail-1.0.0.gem) = b7479f1cafb4f677f0aac57fc218ccdb800ab4b89942224d52bcbda09a3f4f5b
SIZE (rubygem/rmail-1.0.0.gem) = 79872

View 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