Add LICENSE_FILE

- Update version requirement of RUN_DEPENDS
- Update pkg-descr
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-09-07 22:47:07 +00:00
parent f9bfc723db
commit d854d8ee6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511473
2 changed files with 12 additions and 8 deletions

View File

@ -10,11 +10,13 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, feature rich ASCII table generation library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1:devel/rubygem-unicode-display_width
RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1<2:devel/rubygem-unicode-display_width
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -1,8 +1,10 @@
Simple, feature rich ascii table generation library.
Terminal Table is a fast and simple, yet feature rich ASCII table generator
written in Ruby.
- Optional headings
- Alignment of columns, headings, or cells
- Supports column span
- Easy modification of table strings (+, -, |)
Features:
- Optional headings
- Alignment of columns, headings, or cells
- Supports column span
- Easy modification of table strings (+, -, |)
WWW: https://github.com/tj/terminal-table