mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Required for gitlab 17.8 Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md
23 lines
608 B
Makefile
23 lines
608 B
Makefile
PORTNAME= aws-sdk-core
|
|
PORTVERSION= 3.214.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@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.3.0<2:devel/rubygem-aws-eventstream \
|
|
rubygem-aws-partitions>=1.992.0<2:devel/rubygem-aws-partitions \
|
|
rubygem-aws-sigv4>=1.9<2:devel/rubygem-aws-sigv4 \
|
|
rubygem-jmespath>=1.6.1<2:devel/rubygem-jmespath
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|