Files
ports/sysutils/ruby-tty-cursor/Makefile
T
sebastia e68ac6b3f6 import sysutils/ruby-tty-cursor
The purpose of this library is to help move the terminal cursor around
and manipulate text by using intuitive method calls.

OK jeremy@
2024-05-28 20:28:53 +00:00

16 lines
287 B
Makefile

COMMENT = move the terminal cursor around
DISTNAME = tty-cursor-0.7.1
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>