Files
ports/devel/rubygem-ddtrace/Makefile
2019-10-03 18:24:42 +00:00

23 lines
396 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ddtrace
PORTVERSION= 0.28.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tracking client of Datadog for Ruby
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-msgpack>=0:devel/rubygem-msgpack
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>