Files
2026-03-16 22:28:25 +00:00

21 lines
342 B
Makefile

COMMENT= HTTP server for pytest
MODPY_DISTV= 1.1.5
DISTNAME= pytest_httpserver-${MODPY_DISTV}
PKGNAME= ${DISTNAME:S/pytest_/py-test-/}
CATEGORIES= devel
REVISION= 0
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= poetry-core
MODPY_PI= Yes
RUN_DEPENDS= www/py-werkzeug
TEST_DEPENDS= textproc/py-toml
.include <bsd.port.mk>