Files
ports/devel/py-test-httpserver/Makefile
T

22 lines
374 B
Makefile

COMMENT= HTTP server for pytest
MODPY_DISTV= 1.1.3
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= ${BUILD_PKGPATH}
TEST_DEPENDS= textproc/py-toml
.include <bsd.port.mk>