pkgsrc/devel/ruby-tty-box/Makefile
taca 20526833e9 devel/ruby-tty-box: add version 0.5.0 package
Add ruby-tty-box version 0.5.0 package.


# TTY::Box

> Draw various frames and boxes in your terminal interface.

TTY::Box provides box drawing component for TTY
(https://github.com/piotrmurach/tty) toolkit.
2020-01-19 14:46:25 +00:00

18 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 14:46:25 taca Exp $
DISTNAME= tty-box-0.5.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://piotrmurach.github.io/tty
COMMENT= Draw various frames and boxes in terminal interface
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-pastel>=0.7.2<0.8:../../devel/ruby-pastel
DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor
DEPENDS+= ${RUBY_PKGPREFIX}-strings>=0.1.6<0.2:../../textproc/ruby-strings
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"