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:
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
|
@ -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
|
||||
|
|
21
net/rubygem-cloudflare/Makefile
Normal file
21
net/rubygem-cloudflare/Makefile
Normal 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>
|
3
net/rubygem-cloudflare/distinfo
Normal file
3
net/rubygem-cloudflare/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1566229372
|
||||
SHA256 (rubygem/cloudflare-4.1.3.gem) = 05c82d823aa5e9f7895b278d216bcae622d6ae708e3eb462456ef4fa49b49332
|
||||
SIZE (rubygem/cloudflare-4.1.3.gem) = 16384
|
5
net/rubygem-cloudflare/pkg-descr
Normal file
5
net/rubygem-cloudflare/pkg-descr
Normal 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
|
Loading…
Reference in a new issue