e7fbdc140a
1.65.0 (2022-08-17) * Feature - Documentation updates for Secrets Manager. 1.64.0 (2022-06-16) * Feature - Documentation updates for Secrets Manager 1.63.0 (2022-06-16) * Feature - Documentation updates for Secrets Manager 1.62.0 (2022-05-25) * Feature - Documentation updates for Secrets Manager 1.61.0 (2022-05-11) * Feature - Doc only update for Secrets Manager that fixes several customer-reported issues. 1.60.0 (2022-04-21) * Feature - Documentation updates for Secrets Manager 1.59.0 (2022-03-11) * Feature - Documentation updates for Secrets Manager. 1.58.0 (2022-02-24) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details. 1.57.0 (2022-02-03) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details. 1.56.0 (2022-01-28) * Feature - Feature are ready to release on Jan 28th 1.55.0 (2021-12-21) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
17 lines
494 B
Makefile
17 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/09/04 15:38:05 taca Exp $
|
|
|
|
DISTNAME= aws-sdk-secretsmanager-1.65.0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/aws/aws-sdk-ruby
|
|
COMMENT= AWS SDK for Ruby - AWS Secrets Manager
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-aws-sdk-core>=3<4:../../www/ruby-aws-sdk-core
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-aws-sigv4>=1.1<2:../../www/ruby-aws-sigv4
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|