Edit

IABSD.fr/ports/sysutils/ruby-tty-cursor/Makefile

Branch :

  • Show log

    Commit

  • Author : sebastia
    Date : 2024-05-28 20:28:53
    Hash : e68ac6b3
    Message : 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@

  • sysutils/ruby-tty-cursor/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>