Added
Link Here
|
1 |
PORTNAME= ebcdic |
2 |
PORTVERSION= 1.1.1 |
3 |
CATEGORIES= textproc python |
4 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
|
6 |
MAINTAINER= DtxdF@disroot.org |
7 |
COMMENT= Additional EBCDIC codecs |
8 |
WWW= https://github.com/roskakori/CodecMapper |
9 |
|
10 |
LICENSE= BSD2CLAUSE |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
12 |
|
13 |
USES= python:3.8+ |
14 |
USE_GITHUB= yes |
15 |
GH_ACCOUNT= roskakori |
16 |
GH_PROJECT= CodecMapper |
17 |
GH_TAGNAME= v1.1.1 |
18 |
USE_PYTHON= autoplist distutils unittest |
19 |
|
20 |
WRKSRC_SUBDIR= ${PORTNAME} |
21 |
|
22 |
.include <bsd.port.mk> |