summaryrefslogtreecommitdiff
path: root/devel/rubygem-debugger-xml/Makefile
blob: 1af33d5274f38c8a380d3e9963afb0a16ffc92cb (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
# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>
# $FreeBSD$

PORTNAME=	debugger-xml
PORTVERSION=	0.4.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-builder32>=2.0.0:devel/rubygem-builder32 \
		rubygem-byebug>=0:devel/rubygem-byebug

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

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

.include <bsd.port.mk>