Files
ports/devel/py-pydocstyle/Makefile
T
2026-03-16 22:28:25 +00:00

23 lines
345 B
Makefile

COMMENT = docstring style checker
MODPY_DISTV = 6.3.0
DISTNAME = pydocstyle-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 4
CATEGORIES = devel
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = poetry-core
RUN_DEPENDS = textproc/py-snowballstemmer>=2.2.0
NO_TEST = Yes
.include <bsd.port.mk>