summaryrefslogtreecommitdiff
path: root/devel/rubygem-debug_inspector/Makefile
blob: 1ed0cb3732ae8a68a6b7ebb95bf18b6e2767ac22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	debug_inspector
PORTVERSION=	1.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby wrapper for the MRI 2.0 debug_inspector API

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>