e6f09851ac
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-states/CHANGELOG.md
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= aws-sdk-states
|
|
PORTVERSION= 1.22.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Official AWS Ruby gem for AWS Step Functions (AWS SFN)
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-aws-sdk-core>=3.61.1<4:devel/rubygem-aws-sdk-core \
|
|
rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|