Files
ports/net/rubygem-google-cloud-resource_manager/Makefile
T
Matthias Fechner 15e58d683a www/gitlab: fix deeper regression from 8a2d8fae15f9c9986ad48a54e36ad58635c85cb4
Seperate the ports a little bit more.
Patch was mostly provided by sunpoet.
2024-12-03 08:07:14 +02:00

26 lines
847 B
Makefile

PORTNAME= google-cloud-resource_manager
PORTVERSION= 0.38.0
PORTREVISION= 2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official library for Google Cloud Resource Manager
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-resource_manager/latest/ \
https://googleapis.github.io/google-cloud-ruby/docs/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-resource_manager \
https://github.com/googleapis/google-cloud-ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-google-apis-cloudresourcemanager_v1>=0.1<1:devel/rubygem-google-apis-cloudresourcemanager_v1 \
rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
rubygem-googleauth>=0.16.2<2.0:security/rubygem-googleauth
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>