ports/textproc/py-chardet/Makefile

25 lines
446 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= character encoding auto-detection in Python
2023-09-08 05:21:37 +00:00
MODPY_EGG_VERSION= 5.2.0
2023-08-16 22:26:55 +00:00
DISTNAME= chardet-${MODPY_EGG_VERSION}
PKGNAME= py-chardet-${MODPY_EGG_VERSION}
CATEGORIES= textproc
HOMEPAGE= https://github.com/chardet/chardet
# LGPLv2.1
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
TEST_DEPENDS = devel/py-hypothesis${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>