blob: 153dbcf70d7007114ece35a2bab36cda0cfce178 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Ports collection makefile for: rubygem-ruby-debug-ide
# Date created: 22 June 2009
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= ruby-debug-ide
PORTVERSION= 0.4.16
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= IDE interface for ruby-debug
RUN_DEPENDS= rubygem-ruby-debug-base>=0.10.0:${PORTSDIR}/devel/rubygem-ruby-debug-base
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
RELATIVE_VER= 0.0.9
PLIST_SUB+= RELATIVE_VER=${RELATIVE_VER}
.include <bsd.port.mk>
|