blob: 2a8073ea42d5beeb365e174f88c883b1f948339c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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>
|