blob: d4d776aa24a2226c743f44e4fa2f6aa55fe6b3aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>
# $FreeBSD$
PORTNAME= debugger-xml
PORTVERSION= 0.1.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= wulf@mail.mipt.ru
COMMENT= XML interface for rubygem-debugger
RUN_DEPENDS= rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger \
rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
NO_STAGE= yes
.include <bsd.port.mk>
|