mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
Reference: https://lists.freebsd.org/archives/dev-commits-ports-main/2024-November/130901.html
20 lines
490 B
Makefile
20 lines
490 B
Makefile
PORTNAME= google-apis-iam_v1
|
|
PORTVERSION= 0.36.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Simple REST client for IAM API V1
|
|
WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
|
|
|
|
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>
|