aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorJesús Daniel Colmenares Oviedo <DtxdF@disroot.org>2022-09-23 18:04:25 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-10-25 18:23:13 +0000
commite62e9ecee2e57c64391e9b90c33bd7fee8ccd72a (patch)
tree44351a501f18b1168eb22884689a2ce79e8ea0ef /textproc/Makefile
parentf6c58e87095071d9ddd83df70090cd561be7ab9a (diff)
downloadports-e62e9ecee2e57c64391e9b90c33bd7fee8ccd72a.tar.gz
ports-e62e9ecee2e57c64391e9b90c33bd7fee8ccd72a.zip
Add textproc/py-ebcdic: Additional EBCDIC codecs
ebcdic is a Python package adding additional EBCDIC codecs for data exchange with legacy system. It works with Python 2.7 and Python 3.4+. EBCDIC is short for Extended Binary Coded Decimal Interchange Code and is a family of character encodings that is mainly used on mainframe computers. There is no real point in using it unless you have to exchange data with legacy systems that still only support EBCDIC as character encoding. WWW: https://github.com/roskakori/CodecMapper PR: 265762
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 0fb79b908615..9d4557912f45 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1314,6 +1314,7 @@
SUBDIR += py-dominate
SUBDIR += py-dparse
SUBDIR += py-duecredit
+ SUBDIR += py-ebcdic
SUBDIR += py-elasticsearch
SUBDIR += py-elasticsearch-async
SUBDIR += py-elasticsearch-curator