summaryrefslogtreecommitdiff
path: root/devel/rubygem-debugger-xml/Makefile
blob: 7db1328a13641980c775c0becacbe631a0eb35fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	debugger-xml
PORTVERSION=	0.4.1
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	XML interface for rubygem-debugger
WWW=		https://github.com/astashov/debugger-xml

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-builder>=2.0.0:devel/rubygem-builder \
		rubygem-byebug>=0:devel/rubygem-byebug

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/rdebug-ide bin/rdebug-vim

.include <bsd.port.mk>