Files
ports/sysutils/py-blessed/Makefile
T
2025-07-31 17:48:11 +00:00

26 lines
445 B
Makefile

COMMENT= easy, practical library for making terminal apps
MODPY_DISTV= 1.21.0
DISTNAME= blessed-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= sysutils
HOMEPAGE= https://github.com/jquast/blessed
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
# depends on some Windows things?
#NO_TEST= Yes
RUN_DEPENDS= devel/py-six \
devel/py-wcwidth
TEST_DEPENDS= devel/py-test-cov
.include <bsd.port.mk>