freebsd-ports/converters/py-webencodings/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

17 lines
384 B
Makefile

PORTNAME= webencodings
DISTVERSION= 0.5.1
CATEGORIES= converters www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= saper@saper.info
COMMENT= Character encoding aliases for legacy web content
WWW= https://github.com/SimonSapin/python-webencodings
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>