1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Add rubygem-aws-ses 0.6.0

AWS::SES is a Ruby library for Amazon's Simple Email Service's REST API [1].

[1] https://aws.amazon.com/ses/

WWW: https://github.com/drewblas/aws-ses
RG:  https://rubygems.org/gems/aws-ses
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-08 18:34:11 +00:00
parent fec6c007c2
commit 8e669a8df3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380784
4 changed files with 32 additions and 0 deletions

View File

@ -1023,6 +1023,7 @@
SUBDIR += rubygem-amqp-utils
SUBDIR += rubygem-amqp067
SUBDIR += rubygem-aws-s3
SUBDIR += rubygem-aws-ses
SUBDIR += rubygem-bunny
SUBDIR += rubygem-bunny060
SUBDIR += rubygem-connection_pool

View File

@ -0,0 +1,23 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= aws-ses
PORTVERSION= 0.6.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Client library for REST API of Amazon SES
LICENSE= MIT
RUN_DEPENDS= rubygem-builder32>=0:${PORTSDIR}/devel/rubygem-builder32 \
rubygem-mail>=2.2.5:${PORTSDIR}/mail/rubygem-mail \
rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/aws-ses-0.6.0.gem) = ee9601369f47c9dbd3156341fdee3f21c2c2faa68ed2f429e9a1c23ec4645a37
SIZE (rubygem/aws-ses-0.6.0.gem) = 21504

View File

@ -0,0 +1,6 @@
AWS::SES is a Ruby library for Amazon's Simple Email Service's REST API [1].
[1] https://aws.amazon.com/ses/
WWW: https://github.com/drewblas/aws-ses
RG: https://rubygems.org/gems/aws-ses