2022-04-12 20:33:43 +00:00

21 lines
387 B
Makefile

COMMENT = automation tool
MODPY_EGG_VERSION = 0.35.0
DISTNAME = doit-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = https://pydoit.org/
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
# some tests fail as they need py-doitpy (not ported)
MODPY_PYTEST = Yes
RUN_DEPENDS = devel/py-cloudpickle${MODPY_FLAVOR}
.include <bsd.port.mk>