ports/devel/ruby-reline/Makefile

19 lines
321 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= Alternative GNU Readline
DISTNAME= reline-0.3.5
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Ruby, BSD-2-Clause
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-io-console,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>