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:
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
|
@ -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
|
||||
|
|
23
mail/rubygem-net-smtp/Makefile
Normal file
23
mail/rubygem-net-smtp/Makefile
Normal 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>
|
3
mail/rubygem-net-smtp/distinfo
Normal file
3
mail/rubygem-net-smtp/distinfo
Normal 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
|
4
mail/rubygem-net-smtp/pkg-descr
Normal file
4
mail/rubygem-net-smtp/pkg-descr
Normal 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
|
Loading…
Reference in a new issue