diff options
Diffstat (limited to 'devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile')
-rw-r--r-- | devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile b/devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile new file mode 100644 index 000000000000..d0f9f9e5a079 --- /dev/null +++ b/devel/rubygem-google-apis-cloudresourcemanager_v1-gitlab/Makefile @@ -0,0 +1,21 @@ +PORTNAME= google-apis-cloudresourcemanager_v1 +PORTVERSION= 0.31.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Simple REST client for Cloud Resource Manager API V1 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1 \ + https://github.com/googleapis/google-api-ruby-client + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-google-apis-core-gitlab>=0.9.1<2.0:devel/rubygem-google-apis-core-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |