ports/devel/ruby-pry/Makefile

22 lines
351 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= runtime developer console and IRB alternative
DISTNAME= pry-0.14.2
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Ruby
PERMIT_PACKAGE= Yes
WANTLIB+= c m
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-coderay \
devel/ruby-method-source
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>