aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-01-15 14:42:59 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-01-15 14:42:59 +0000
commita23c8eb657f4955ffe03bfc12dfb166792d509b3 (patch)
treee64acab389738a780261e1859aa9fa9923dea80f /textproc/Makefile
parent9035c553ff6f26851516e2587d800c14f5016115 (diff)
downloadports-a23c8eb657f4955ffe03bfc12dfb166792d509b3.tar.gz
ports-a23c8eb657f4955ffe03bfc12dfb166792d509b3.zip
Add textproc/py-spyll: Hunspell ported to pure Python
Spylls is an effort of porting prominent spellcheckers into clear, well-structured, well-documented Python. It is intended to be useful both as a library and as some kind of "reference (or investigatory, if you will) implementation". Currently, only Hunspell is ported. WWW: https://pypi.org/project/spylls/
Notes
Notes: svn path=/head/; revision=561648
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index cd58ba350732..4d4ad2f1098e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1421,6 +1421,7 @@
SUBDIR += py-sphinxcontrib-serializinghtml
SUBDIR += py-sphinxcontrib-websupport
SUBDIR += py-sphinxcontrib-websupport11
+ SUBDIR += py-spylls
SUBDIR += py-stemming
SUBDIR += py-tabletext
SUBDIR += py-tablib