blob: d407dd53712ed465f8c52004c8d14e69c4b628f9 (
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.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= XML interface for rubygem-debugger
LICENSE= MIT
RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder \
rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
.include <bsd.port.mk>
|