freebsd-ports/net/rubygem-cloudflare/Makefile
Sunpoet Po-Chuan Hsieh b17911c0da 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
2019-08-19 20:50:44 +00:00

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>