git: 6d54ab1f510e - main - textproc/py-snowballstemmer: Add LICENSE_FILE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 4 19:21:09 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6d54ab1f510e6f461ac56ef5a99c52b35f101b3e
commit 6d54ab1f510e6f461ac56ef5a99c52b35f101b3e
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-04 19:15:32 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-04 19:15:32 +0000
textproc/py-snowballstemmer: Add LICENSE_FILE
- Take maintainership
---
textproc/py-snowballstemmer/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/textproc/py-snowballstemmer/Makefile b/textproc/py-snowballstemmer/Makefile
index fd41faa0d47b..6eacc0997332 100644
--- a/textproc/py-snowballstemmer/Makefile
+++ b/textproc/py-snowballstemmer/Makefile
@@ -4,13 +4,14 @@ CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Snowball stemming library collection for Python
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python:3.6+
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
More information about the dev-commits-ports-all
mailing list