forked from Lainports/freebsd-ports
datadog-ruby_core_source is a fork of debase-ruby_core_source that uses included Ruby headers (*.h and *.inc) instead of downloading them. Used by dd-trace-rb. Only Ruby 2.5, 3.3, and 3.4 versions are supported.
17 lines
361 B
Makefile
17 lines
361 B
Makefile
PORTNAME= datadog-ruby_core_source
|
|
PORTVERSION= 3.3.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide Ruby core source files for C extensions that need them
|
|
WWW= https://github.com/DataDog/datadog-ruby_core_source
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|