20 lines
368 B
Makefile
20 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>
|