blob: 48a4593714b10a3819fcde92ed4575d28fa86b94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= aws-sdk-core
PORTVERSION= 3.138.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= AWS SDK for Ruby - Core
WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-aws-eventstream>=1.0.2<2:devel/rubygem-aws-eventstream \
rubygem-aws-partitions>=1.525.0<2:devel/rubygem-aws-partitions \
rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 \
rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|