From b19aebac9bafbd4d02fcdad83dd5c256143e6731 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Mon, 30 Aug 2010 21:49:13 +0000 Subject: The express way to send mail from Ruby. Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello') Pony uses /usr/sbin/sendmail to send mail if it is available, otherwise it uses SMTP to localhost. Also, you may need rubygem-smtp_tls if you want to send via tls/ssl and are using ruby < 1.8.7 WWW: http://github.com/benprew/pony PR: ports/150116 Submitted by: Eric Freeman --- mail/rubygem-pony/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mail/rubygem-pony/Makefile (limited to 'mail/rubygem-pony/Makefile') diff --git a/mail/rubygem-pony/Makefile b/mail/rubygem-pony/Makefile new file mode 100644 index 000000000000..8ba7ed76e177 --- /dev/null +++ b/mail/rubygem-pony/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: rubygem-pony +# Date created: 30 Aug 2010 +# Whom: Eric Freeman +# +# $FreeBSD$ +# + +PORTNAME= pony +PORTVERSION= 1.0 +CATEGORIES= mail rubygems +MASTER_SITES= RG + +MAINTAINER= freebsdports@chillibear.com +COMMENT= The express way to send mail from Ruby + +RUN_DEPENDS= rubygem-mail>=2.0:${PORTSDIR}/mail/rubygem-mail + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include -- cgit v1.2.3