8e669a8df3
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
23 lines
582 B
Makefile
23 lines
582 B
Makefile
# 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>
|