ports/devel/ruby-irb/Makefile

19 lines
315 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= ruby command-line tool for REPL
2023-09-02 16:08:09 +00:00
DISTNAME= irb-1.7.0
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
2023-09-02 16:08:09 +00:00
2023-08-16 22:26:55 +00:00
MAINTAINER= Purple Rain <purplerain@secbsd.org>
2023-09-02 16:08:09 +00:00
# BSD-2-Clause
2023-08-16 22:26:55 +00:00
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
2023-09-02 16:08:09 +00:00
devel/ruby-reline,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>