freebsd-ports/devel/rubygem-debugger-xml/Makefile
Sunpoet Po-Chuan Hsieh 0c94292e3d - Update to 0.3.2
- Add LICENSE
- Support STAGEDIR
- While I'm here, sort RUN_DEPENDS

PR:		ports/184212
Submitted by:	Vladimir Kondratiev <wulf@cicgroup.ru> (maintainer)
2013-11-25 19:59:02 +00:00

22 lines
498 B
Makefile

# Created by: Vladimir Kondratiev <wulf@mail.mipt.ru>
# $FreeBSD$
PORTNAME= debugger-xml
PORTVERSION= 0.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= wulf@cicgroup.ru
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>