SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-aws-partitions/Makefile
Normal file
17
devel/ruby-aws-partitions/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= aws partitions
|
||||
|
||||
DISTNAME= aws-partitions-1.749.0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/aws/aws-sdk-ruby
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-aws-partitions/distinfo
Normal file
2
devel/ruby-aws-partitions/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (aws-partitions-1.749.0.gem) = YJ3d5+5CV7L6dyKO+VlloPFjEZ9RGP/GTa47ifwNxIo=
|
||||
SIZE (aws-partitions-1.749.0.gem) = 55808
|
1
devel/ruby-aws-partitions/pkg/DESCR
Normal file
1
devel/ruby-aws-partitions/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Provides interfaces to enumerate AWS partitions, regions, and services.
|
16
devel/ruby-aws-partitions/pkg/PLIST
Normal file
16
devel/ruby-aws-partitions/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/VERSION
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/aws-partitions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/aws-partitions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/aws-partitions/endpoint_provider.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/aws-partitions/partition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/aws-partitions/partition_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/aws-partitions/region.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/aws-partitions/service.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/partitions-metadata.json
|
||||
${GEM_LIB}/gems/${DISTNAME}/partitions.json
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue