aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-mail
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-08-31 05:48:50 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-08-31 05:48:50 +0800
commit3123673ae96ec4ef246f537dc8e4a89e247d729b (patch)
treec7823a8156cd5e7cdf5b5af9b903aa8ee3280398 /mail/rubygem-mail
parent111beb8e8bbb74cd97200ad92ecd30f6702a8ee3 (diff)
downloadfreebsd-ports-gnome-3123673ae96ec4ef246f537dc8e4a89e247d729b.tar.gz
freebsd-ports-gnome-3123673ae96ec4ef246f537dc8e4a89e247d729b.tar.zst
freebsd-ports-gnome-3123673ae96ec4ef246f537dc8e4a89e247d729b.zip
Mail is an library for Ruby to handle email generation,
parsing and sending in a simple, rubyesque manner. WWW: http://github.com/mikel/mail PR: ports/150112 Submitted by: Eric Freeman <freebsdports at chillibear.com>
Diffstat (limited to 'mail/rubygem-mail')
-rw-r--r--mail/rubygem-mail/Makefile24
-rw-r--r--mail/rubygem-mail/distinfo3
-rw-r--r--mail/rubygem-mail/pkg-descr4
3 files changed, 31 insertions, 0 deletions
diff --git a/mail/rubygem-mail/Makefile b/mail/rubygem-mail/Makefile
new file mode 100644
index 000000000000..d8a117ec3fd3
--- /dev/null
+++ b/mail/rubygem-mail/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: rubygem-mail
+# Date created: 30 Aug 2010
+# Whom: Eric Freeman <freebsdports@chillibear.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mail
+PORTVERSION= 2.2.5
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+
+MAINTAINER= freebsdports@chillibear.com
+COMMENT= A Ruby email handler
+
+RUN_DEPENDS= rubygem-treetop>=1.4.5:${PORTSDIR}/devel/rubygem-treetop \
+ rubygem-mime-types>=0.0.0:${PORTSDIR}/misc/rubygem-mime-types \
+ rubygem-activesupport>=2.3.6:${PORTSDIR}/devel/rubygem-activesupport
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-mail/distinfo b/mail/rubygem-mail/distinfo
new file mode 100644
index 000000000000..5e0adebda516
--- /dev/null
+++ b/mail/rubygem-mail/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/mail-2.2.5.gem) = 923bba34eba9efe676cd3d4a95a5d93d
+SHA256 (rubygem/mail-2.2.5.gem) = 3bb28895ab001b7a105df7a8bc583e7e5f4eb196fcf3890bc60d263639e4d838
+SIZE (rubygem/mail-2.2.5.gem) = 250368
diff --git a/mail/rubygem-mail/pkg-descr b/mail/rubygem-mail/pkg-descr
new file mode 100644
index 000000000000..0af5fceae0bd
--- /dev/null
+++ b/mail/rubygem-mail/pkg-descr
@@ -0,0 +1,4 @@
+Mail is an library for Ruby to handle email generation,
+parsing and sending in a simple, rubyesque manner.
+
+WWW: http://github.com/mikel/mail