diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-12 11:37:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-03-12 11:37:44 +0000 |
commit | 1b3d120a0857a088d75ffe51dc14da60160df739 (patch) | |
tree | cf8e68ffad4f51655f98052d5427b82b0acd546d /textproc/py-texttable | |
parent | b02f5432d3a650c55be9f50eae88148d2afb1491 (diff) | |
download | ports-1b3d120a0857a088d75ffe51dc14da60160df739.tar.gz ports-1b3d120a0857a088d75ffe51dc14da60160df739.zip |
Notes
Diffstat (limited to 'textproc/py-texttable')
-rw-r--r-- | textproc/py-texttable/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-texttable/Makefile b/textproc/py-texttable/Makefile index 8e2b370cfe49..b4d46709bafd 100644 --- a/textproc/py-texttable/Makefile +++ b/textproc/py-texttable/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Module for creating simple ASCII tables +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= python USE_PYTHON= distutils |