mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Changes: https://github.com/DataDog/datadog-ruby_core_source/releases https://github.com/DataDog/datadog-ruby_core_source/blob/master/CHANGELOG.datadog.md
17 lines
361 B
Makefile
17 lines
361 B
Makefile
PORTNAME= datadog-ruby_core_source
|
|
PORTVERSION= 3.4.0
|
|
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>
|