summaryrefslogtreecommitdiff
path: root/devel/rubygem-debugger-ruby_core_source/Makefile
blob: bb9ed5c424de39147dcdddd7d25da5505e26a4fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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>