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