opnsense-ports/devel/rubygem-binding_of_caller/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
362 B
Makefile

PORTNAME= binding_of_caller
PORTVERSION= 1.0.0
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>=0.0.1:devel/rubygem-debug_inspector
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>