diff --git a/devel/Makefile b/devel/Makefile index 3cbd944e6e2ff..72ef999237cb5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6110,6 +6110,7 @@ SUBDIR += rubygem-aws-sdk-core2 SUBDIR += rubygem-aws-sdk-core3170 SUBDIR += rubygem-aws-sdk-core3171 + SUBDIR += rubygem-aws-sdk-core3172 SUBDIR += rubygem-aws-sdk-costandusagereportservice SUBDIR += rubygem-aws-sdk-costexplorer SUBDIR += rubygem-aws-sdk-customerprofiles diff --git a/devel/rubygem-aws-sdk-core3172/Makefile b/devel/rubygem-aws-sdk-core3172/Makefile new file mode 100644 index 0000000000000..4c9520dc377d4 --- /dev/null +++ b/devel/rubygem-aws-sdk-core3172/Makefile @@ -0,0 +1,25 @@ +PORTNAME= aws-sdk-core +PORTVERSION= 3.172.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3172 + +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.651.0<2:devel/rubygem-aws-partitions \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 \ + rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^3\.172\. + +.include diff --git a/devel/rubygem-aws-sdk-core3172/distinfo b/devel/rubygem-aws-sdk-core3172/distinfo new file mode 100644 index 0000000000000..4035fbe7bdf45 --- /dev/null +++ b/devel/rubygem-aws-sdk-core3172/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1684104610 +SHA256 (rubygem/aws-sdk-core-3.172.0.gem) = ddc03774a8957033ca2f1564349d5b273a4b615c2cb756407e1b3b8983754c1b +SIZE (rubygem/aws-sdk-core-3.172.0.gem) = 343040 diff --git a/devel/rubygem-aws-sdk-core3172/pkg-descr b/devel/rubygem-aws-sdk-core3172/pkg-descr new file mode 100644 index 0000000000000..99ad2101b8c47 --- /dev/null +++ b/devel/rubygem-aws-sdk-core3172/pkg-descr @@ -0,0 +1,2 @@ +Provides API clients for AWS. This gem is part of the official AWS SDK for +Ruby.