4431482dc0
Update ruby-tty-box to 0.6.0. ## [v0.6.0] - 2020-08-11 ### Changed * Change to preserve newline characters when wrapping content * Change gemspec to include metadata and remove test files * Change to update pastel & strings dependencies
18 lines
560 B
Makefile
18 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/09/14 00:11:53 taca Exp $
|
|
|
|
DISTNAME= tty-box-0.6.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.8<1:../../devel/ruby-pastel
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tty-cursor>=0.7<1:../../devel/ruby-tty-cursor
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-strings>=0.2.0<0.3:../../textproc/ruby-strings
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|