pkgsrc/textproc/ruby-terminal-table/Makefile
ryoon a64d63bb34 textproc/ruby-terminal-table: import ruby26-terminal-table-1.8.0
Terminal Table is a fast and simple, yet feature rich ASCII table
generator written in Ruby.
2019-10-05 04:11:43 +00:00

14 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/10/05 04:11:43 ryoon Exp $
DISTNAME= terminal-table-1.8.0
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/tj/terminal-table
COMMENT= Simple, feature rich ascii table generation library
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-unicode-display_width>=1:../../textproc/ruby-unicode-display_width
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"