summaryrefslogtreecommitdiff
path: root/devel/rubygem-debugger-ruby_core_source/Makefile
blob: 52f999580399c1e8c9699e47bcdcc4af88583599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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>