freebsd-ports/sysutils/rubygem-chef-telemetry/Makefile
Matthias Fechner 4504a44b35 New ports required for rubygem-chef upgrade.
It is expected that this port fails to build till the complete rubygem-chef upgrade is committed which can take some time depending on some approvals.
2020-12-20 08:26:58 +00:00

24 lines
542 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= chef-telemetry
PORTVERSION= 1.0.14
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Send user actions to the Chef telemetry system
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-chef-config>=0:sysutils/rubygem-chef-config \
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>