forked from Lainports/freebsd-ports
- 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:
parent
fec6c007c2
commit
8e669a8df3
4 changed files with 32 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
23
net/rubygem-aws-ses/Makefile
Normal file
23
net/rubygem-aws-ses/Makefile
Normal 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>
|
||||
2
net/rubygem-aws-ses/distinfo
Normal file
2
net/rubygem-aws-ses/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/aws-ses-0.6.0.gem) = ee9601369f47c9dbd3156341fdee3f21c2c2faa68ed2f429e9a1c23ec4645a37
|
||||
SIZE (rubygem/aws-ses-0.6.0.gem) = 21504
|
||||
6
net/rubygem-aws-ses/pkg-descr
Normal file
6
net/rubygem-aws-ses/pkg-descr
Normal 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
|
||||
Loading…
Add table
Reference in a new issue