freebsd-ports/devel/rubygem-binding_of_caller/Makefile

18 lines
323 B
Makefile

# $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:devel/rubygem-debug_inspector
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>