aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-binding_of_caller/Makefile
blob: 37064127fc7486f347cb4a8201a9099a40eb5f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	binding_of_caller
PORTVERSION=	1.0.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Retrieve the binding of a methods caller
WWW=		https://github.com/banister/binding_of_caller

LICENSE=	MIT

RUN_DEPENDS=	rubygem-debug_inspector>=1.2.0:devel/rubygem-debug_inspector

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>