forked from Lainports/freebsd-ports
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
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# 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>
|