aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-terminal-table/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-07 22:47:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-07 22:47:07 +0000
commitd854d8ee6b4283379444938fb6995b41d7724405 (patch)
treeacb0ee93d62ce4557e89f361fb9cb65360c748ad /textproc/rubygem-terminal-table/Makefile
parentf9bfc723db7195a4025e397d97a659c48222ca2c (diff)
downloadports-d854d8ee6b4283379444938fb6995b41d7724405.tar.gz
ports-d854d8ee6b4283379444938fb6995b41d7724405.zip
Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS - Update pkg-descr - Take maintainership
Notes
Notes: svn path=/head/; revision=511473
Diffstat (limited to 'textproc/rubygem-terminal-table/Makefile')
-rw-r--r--textproc/rubygem-terminal-table/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/rubygem-terminal-table/Makefile b/textproc/rubygem-terminal-table/Makefile
index 3aa562fc7e86..f632664770ca 100644
--- a/textproc/rubygem-terminal-table/Makefile
+++ b/textproc/rubygem-terminal-table/Makefile
@@ -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
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>