Add rubygem-cloudflare 4.1.3

Cloudflare is a Ruby wrapper for the Cloudflare V4 API. It provides a light
weight wrapper using RestClient::Resource. The wrapper functionality is limited
to zones and DNS records at this time.

WWW: https://github.com/socketry/cloudflare
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-19 20:50:44 +00:00
parent ad5698be71
commit b17911c0da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509331
4 changed files with 30 additions and 0 deletions

View file

@ -1211,6 +1211,7 @@
SUBDIR += rubygem-azure-core
SUBDIR += rubygem-beefcake
SUBDIR += rubygem-bunny
SUBDIR += rubygem-cloudflare
SUBDIR += rubygem-connection_pool
SUBDIR += rubygem-docker-api
SUBDIR += rubygem-dogapi

View file

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloudflare
PORTVERSION= 4.1.3
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby wrapper for the Cloudflare API
LICENSE= MIT
RUN_DEPENDS= rubygem-async-rest>=0.10.0<0.11:www/rubygem-async-rest
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1566229372
SHA256 (rubygem/cloudflare-4.1.3.gem) = 05c82d823aa5e9f7895b278d216bcae622d6ae708e3eb462456ef4fa49b49332
SIZE (rubygem/cloudflare-4.1.3.gem) = 16384

View file

@ -0,0 +1,5 @@
Cloudflare is a Ruby wrapper for the Cloudflare V4 API. It provides a light
weight wrapper using RestClient::Resource. The wrapper functionality is limited
to zones and DNS records at this time.
WWW: https://github.com/socketry/cloudflare