mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
372 B
Makefile
19 lines
372 B
Makefile
# $FreeBSD:ruby/Makefile 458656 2018-01-10 16:03:12Z swills $
|
|
|
|
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
|
|
|
|
|
|
RUN_DEPENDS= rubygem-debug_inspector>=0.0.1:ruby/rubygem-debug_inspector
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|