blob: f675ffeda6f7c1b1c90057dd0ef93dec175c8b0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= debug_inspector
PORTVERSION= 0.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for the MRI 2.0 debug_inspector API
LICENSE= MIT
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|