aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-08 20:42:19 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-08 20:42:19 +0000
commit11b49b9d89b20181ad7db8cc272f656965931676 (patch)
treea7a47b53024d33033e4f2533d6996d648f5b34a1 /mail/Makefile
parent61eb9744a8a4add01ac67dbd57e047ed4ae720eb (diff)
downloadports-11b49b9d89b20181ad7db8cc272f656965931676.tar.gz
ports-11b49b9d89b20181ad7db8cc272f656965931676.zip
Provides SMTP STARTTLS support for Ruby 1.8.6, this
functionality is built-in for Ruby 1.8.7+. To use simply: require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to servers that use STARTTLS. WWW: http://seattlerb.rubyforge.org/smtp_tls/ PR: ports/150115 Submitted by: Eric Freeman <freebsdports at chillibear.com>
Notes
Notes: svn path=/head/; revision=260780
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 46a7fa9b81b6..5bd97c899553 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -600,6 +600,7 @@
SUBDIR += rubygem-mail
SUBDIR += rubygem-mailfactory
SUBDIR += rubygem-pony
+ SUBDIR += rubygem-smtp_tls
SUBDIR += rubygem-tmail
SUBDIR += sa-stats
SUBDIR += sa-utils