blob: cecd462f061fc071aaf83224071173547a2a6563 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= binding_of_caller
PORTVERSION= 0.8.0
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:devel/rubygem-debug_inspector
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|