opnsense-ports/devel/rubygem-debugger-xml/Makefile
Franco Fichtner 9726eda8f6 */*: sync with upstream
Taken from: FreeBSD
2017-02-04 01:11:18 +01:00

25 lines
505 B
Makefile

# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>
# $FreeBSD$
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
.include <bsd.port.mk>