freebsd-ports/net/rubygem-cloudflare/Makefile
2019-11-13 23:43:22 +00:00

21 lines
371 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cloudflare
PORTVERSION= 4.2.0
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>