ports/textproc/py-webencodings/Makefile

21 lines
398 B
Makefile

COMMENT = character encoding aliases for legacy web content
MODPY_EGG_VERSION = 0.5.1
DISTNAME = webencodings-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
REVISION = 7
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
MODPY_PYTEST_ARGS = webencodings/tests.py
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>