Files
ports/sysutils/ruby-tty-screen/Makefile
T
sebastia e7a1a51e3c import sysutils/ruby-tty-screen
Terminal screen size detection that works on Linux, macOS and Windows
systems and supports Ruby MRI, JRuby, TruffleRuby and Rubinius
interpreters.

OK jeremy@
2024-05-28 20:29:57 +00:00

16 lines
286 B
Makefile

COMMENT = terminal screen size detection
DISTNAME = tty-screen-0.8.2
CATEGORIES = sysutils
HOMEPAGE = https://ttytoolkit.org/
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>