freebsd-ports/textproc/rubygem-terminal-table/Makefile
Po-Chuan Hsieh aecb7c72d5
textproc/rubygem-terminal-table: Clean up
Remove ruby_OLD_CMD after Mk/Uses/shebangfix.mk added "/bin/env ${lang}" pattern
to ${lang}_OLD_CMD in aa4988bb56.
2024-09-25 12:42:44 +08:00

21 lines
473 B
Makefile

PORTNAME= terminal-table
PORTVERSION= 3.0.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple, feature rich ASCII table generation library
WWW= https://github.com/tj/terminal-table
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1<3:devel/rubygem-unicode-display_width
USES= gem shebangfix
NO_ARCH= yes
SHEBANG_FILES= examples/examples_unicode.rb
.include <bsd.port.mk>