Files
ports/dns/rubygem-google-apis-dns_v1/Makefile
T
Sunpoet Po-Chuan Hsieh 3858e544cc Add rubygem-google-apis-dns_v1 0.1.0
This is a simple client library for version V1 of the Cloud DNS API. It
provides:
- A client object that connects to the HTTP/JSON REST endpoint for the service.
- Ruby objects for data structures related to the service.
- Integration with the googleauth gem for authentication using OAuth, API keys,
  and service accounts.
- Control of retry, pagination, and timeouts.

WWW: https://github.com/googleapis/google-api-ruby-client
WWW: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1
2021-01-26 17:20:22 +00:00

23 lines
446 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= google-apis-dns_v1
PORTVERSION= 0.1.0
CATEGORIES= dns rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple REST client for version V1 of the Cloud DNS API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-google-apis-core>=0.1<1:devel/rubygem-google-apis-core
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>