summaryrefslogtreecommitdiff
path: root/devel/rubygem-debugger-xml/Makefile
blob: 46b3ee7015ca645ae45188485cdff0e5543aada2 (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
24
25
# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>

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

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
USE_RUBY=	yes

NO_ARCH=	yes

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

.include <bsd.port.mk>