forked from Lainports/freebsd-ports
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
22 lines
464 B
Makefile
22 lines
464 B
Makefile
PORTNAME= ebcdic
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= textproc python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= Additional EBCDIC codecs
|
|
WWW= https://github.com/roskakori/CodecMapper
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python:3.8+
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= roskakori
|
|
GH_PROJECT= CodecMapper
|
|
GH_TAGNAME= v1.1.1
|
|
USE_PYTHON= autoplist distutils unittest
|
|
|
|
WRKSRC_SUBDIR= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|