diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-03-12 19:37:44 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-03-12 19:37:44 +0800 |
commit | 46a48a9f728b7473e0a6e1c74193b1082c0c6882 (patch) | |
tree | cf8e68ffad4f51655f98052d5427b82b0acd546d /textproc | |
parent | 4fae7ea53c7c91b58e33b4dc5bafdb0854a5e871 (diff) | |
download | freebsd-ports-gnome-46a48a9f728b7473e0a6e1c74193b1082c0c6882.tar.gz freebsd-ports-gnome-46a48a9f728b7473e0a6e1c74193b1082c0c6882.tar.zst freebsd-ports-gnome-46a48a9f728b7473e0a6e1c74193b1082c0c6882.zip |
Add LICENSE/LICENSE_FILE.
Diffstat (limited to 'textproc')
-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 |