52a13a4c5f
Changes: https://github.com/googleapis/google-api-ruby-client/releases https://github.com/googleapis/google-api-ruby-client/blob/master/generated/google-apis-iamcredentials_v1/CHANGELOG.md
21 lines
471 B
Makefile
21 lines
471 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= google-apis-iamcredentials_v1
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple REST client for version V1 of the IAM Service Account Credentials API
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-google-apis-core>=0.3<2.0:devel/rubygem-google-apis-core
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|