mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
22 lines
491 B
Makefile
22 lines
491 B
Makefile
PORTNAME= terminal-table
|
|
PORTVERSION= 3.0.2
|
|
PORTREVISION= 1
|
|
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_width2>=1.1.1<3:devel/rubygem-unicode-display_width2
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= examples/examples_unicode.rb
|
|
|
|
.include <bsd.port.mk>
|