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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby wrapper for the MRI 2.0 debug_inspector API
WWW=		https://github.com/banister/debug_inspector

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

.include <bsd.port.mk>