opnsense-ports/net/rubygem-cloudflare/Makefile
Franco Fichtner 5105a1cd8f */*: sync with upstream
Taken from: HardenedBSD
2020-03-02 18:19:16 +01:00

22 lines
384 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloudflare
PORTVERSION= 4.2.0
PORTREVISION= 1
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<1:www/rubygem-async-rest
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>