Files
ports/textproc/py-pyuca/Makefile
T
2025-04-29 10:40:12 +00:00

24 lines
362 B
Makefile

COMMENT = unicode collation algorithm
MODPY_DISTV = 1.2
DISTNAME = pyuca-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = http://github.com/jtauber/pyuca
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
# Upstream has no tests
NO_TEST = Yes
.include <bsd.port.mk>