forked from Lainports/freebsd-ports
- Take maintainership - Reformat pkg-descr Changes: https://github.com/astashov/debugger-xml/commits/master
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# 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
|
|
|
|
RUN_DEPENDS= rubygem-builder32>=2.0.0:${PORTSDIR}/devel/rubygem-builder32 \
|
|
rubygem-byebug>=0:${PORTSDIR}/devel/rubygem-byebug
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/rdebug-ide bin/rdebug-vim
|
|
|
|
.include <bsd.port.mk>
|