Skip to content

Commit

Permalink
textproc/py-terminaltables: Add LICENSE_FILE
Browse files Browse the repository at this point in the history
- Update WWW
- Take maintainership
  • Loading branch information
sunpoet committed Dec 21, 2021
1 parent eaaf37e commit 7efa436
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions textproc/py-terminaltables/Makefile
Expand Up @@ -4,13 +4,15 @@ CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generate simple tables in terminals from a nested list of strings

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/py-terminaltables/pkg-descr
@@ -1,4 +1,4 @@
Easily draw tables in terminal/console applications from a list of
lists of strings. Supports multi-line rows.
Easily draw tables in terminal/console applications from a list of lists of
strings. Supports multi-line rows.

WWW: https://pypi.org/project/terminaltables/
WWW: https://github.com/matthewdeanmartin/terminaltables

0 comments on commit 7efa436

Please sign in to comment.