textproc/py-ebcdic: Add NO_ARCH

- With I'm here:
  - Fix USE_GITHUB usage: Use DISTVERSIONPREFIX instead of GH_TAGNAME
  - Fix indent

Approved by:	portmgr (blanket)
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:46:58 +08:00
parent 42d8b32ba7
commit 4d453fff5c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,22 +1,24 @@
PORTNAME= ebcdic
PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Additional EBCDIC codecs
WWW= https://github.com/roskakori/CodecMapper
WWW= https://github.com/roskakori/CodecMapper
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.8+
USES= python:3.8+
USE_GITHUB= yes
GH_ACCOUNT= roskakori
GH_PROJECT= CodecMapper
GH_TAGNAME= v1.1.1
USE_PYTHON= autoplist distutils unittest
NO_ARCH= yes
WRKSRC_SUBDIR= ${PORTNAME}
.include <bsd.port.mk>