forked from Lainports/freebsd-ports
15 lines
309 B
Makefile
15 lines
309 B
Makefile
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>
|