opnsense-ports/net/rubygem-cloudflare/Makefile
Franco Fichtner 92c0446308 */*: sync with upstream
Taken from: FreeBSD
2024-09-27 11:55:52 +02:00

19 lines
368 B
Makefile

PORTNAME= cloudflare
PORTVERSION= 4.4.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby wrapper for the Cloudflare API
WWW= https://github.com/socketry/cloudflare
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.md
RUN_DEPENDS= rubygem-async-rest>=0.18<1:www/rubygem-async-rest
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>