Add rubygem-net-smtp 0.2.1

Net::SMTP provides functionality to send internet mail via SMTP, the Simple Mail
Transfer Protocol.

WWW: https://github.com/ruby/net-smtp
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-03 20:02:36 +00:00
parent bc11476c64
commit 90de766569
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560084
4 changed files with 31 additions and 0 deletions

View file

@ -580,6 +580,7 @@
SUBDIR += rubygem-mini_mime
SUBDIR += rubygem-net-imap
SUBDIR += rubygem-net-pop
SUBDIR += rubygem-net-smtp
SUBDIR += rubygem-pony
SUBDIR += rubygem-premailer
SUBDIR += rubygem-premailer-rails

View file

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= net-smtp
PORTVERSION= 0.2.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Mail Transfer Protocol client library for Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1609598819
SHA256 (rubygem/net-smtp-0.2.1.gem) = d1ae74d4b75970915d7c7a548275583974cb54d09ca9c56312dc8cb7f40ff40f
SIZE (rubygem/net-smtp-0.2.1.gem) = 16384

View file

@ -0,0 +1,4 @@
Net::SMTP provides functionality to send internet mail via SMTP, the Simple Mail
Transfer Protocol.
WWW: https://github.com/ruby/net-smtp