blob: f4d35a86efd1366971b63995b6f81b6b358e797b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
PORTNAME= binding_of_caller
PORTVERSION= 0.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Retrieve the binding of a methods caller
LICENSE= MIT
RUN_DEPENDS= rubygem-debug_inspector>=0.0.1:${PORTSDIR}/devel/rubygem-debug_inspector
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|