diff options
author | adam <adam@pkgsrc.org> | 2022-01-11 19:09:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-01-11 19:09:24 +0000 |
commit | 350434049ffc187833d329d7284a31fbd293e756 (patch) | |
tree | a175dae758344e62d088e96d81e1dc1f7012d780 /textproc/Makefile | |
parent | f3df58e843ad616c912f792e2292a9d4014f061d (diff) | |
download | pkgsrc-350434049ffc187833d329d7284a31fbd293e756.tar.gz |
py-pylev: added version 1.4.0
A pure Python Levenshtein implementation that’s not freaking GPL'd.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 24cfed1cf39..f30ac78d4bb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1266 2022/01/10 19:14:58 adam Exp $ +# $NetBSD: Makefile,v 1.1267 2022/01/11 19:09:24 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1065,6 +1065,7 @@ SUBDIR+= py-pybtex SUBDIR+= py-pybtex-docutils SUBDIR+= py-pygments SUBDIR+= py-pygments25 +SUBDIR+= py-pylev SUBDIR+= py-pyphen SUBDIR+= py-pyquery SUBDIR+= py-pysrt |