aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-debugger-ruby_core_source/Makefile
blob: e4093f826ba644598d5665896469d76e4c12b168 (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
WWW=		https://github.com/cldwalker/debugger-ruby_core_source

LICENSE=	MIT

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>