ports/devel/ruby-debug/Makefile

21 lines
356 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= ruby debugger
DISTNAME= debug-1.8.0
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Ruby, BSD-2-Clause
2023-09-07 05:29:01 +00:00
PERMIT_PACKAGE=Yes
2023-08-16 22:26:55 +00:00
MODULES= lang/ruby
WANTLIB+= c m
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-irb,${MODRUBY_FLAVOR} \
devel/ruby-reline,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>