ports/devel/rubygem-aws-sdk-cloudformation-gitlab/Makefile
Matthias Fechner 487036c600 www/gitlab: fix problems related to aws-sdk* package upgrades
Gitlab uses now dedicated packages it requires with the specific version.

PR:		281980
2024-10-10 08:28:03 +03:00

20 lines
501 B
Makefile

PORTNAME= aws-sdk-cloudformation
PORTVERSION= 1.41.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Official AWS Ruby gem for AWS CloudFormation
WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudformation
LICENSE= APACHE20
RUN_DEPENDS= rubygem-aws-sdk-core-gitlab>=3.99.0<4:devel/rubygem-aws-sdk-core-gitlab \
rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>