Files
sebastia 0be56208fe import sysutils/ruby-tty-prompt
A beautiful and powerful interactive command line prompt with a robust
API for getting and validating complex inputs.

OK jeremy@
2024-05-28 20:33:32 +00:00

20 lines
444 B
Makefile

COMMENT = powerful interactive command line prompt
DISTNAME = tty-prompt-0.23.1
CATEGORIES = sysutils
HOMEPAGE = https://ttytoolkit.org/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/ruby-pastel,${MODRUBY_FLAVOR}>=0.8,<1 \
sysutils/ruby-tty-reader,${MODRUBY_FLAVOR}>=0.8,<1
.include <bsd.port.mk>