Edit

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

Branch :

  • Show log

    Commit

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

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