546e804319
2.0.0 (2020-11-01) Requires Ruby 2.4+ * Protect against nil in column/row loop (#92) * Remove unicode display string extensions (#104)
16 lines
453 B
Makefile
16 lines
453 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/01/18 14:52:59 taca Exp $
|
|
|
|
DISTNAME= terminal-table-2.0.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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|