mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
Provide Ruby core source files for C extensions that need them. Fork of ruby_core_source that uses included Ruby headers (*.h and *.inc) instead of downloading them. Used by debugger. WWW: https://github.com/cldwalker/debugger-ruby_core_source
17 lines
289 B
Makefile
17 lines
289 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= debugger-ruby_core_source
|
|
PORTVERSION= 1.3.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tz@FreeBSD.org
|
|
COMMENT= Provide Ruby core source files for C extensions that need them
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|