c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
17 lines
295 B
Makefile
17 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= debugger-ruby_core_source
|
|
PORTVERSION= 1.3.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@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>
|