22 lines
406 B
Makefile
22 lines
406 B
Makefile
|
COMMENT = automation tool
|
||
|
|
||
|
MODPY_EGG_VERSION = 0.36.0
|
||
|
REVISION = 0
|
||
|
DISTNAME = doit-${MODPY_EGG_VERSION}
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = https://pydoit.org/
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = lang/python
|
||
|
MODPY_PYBUILD = setuptools
|
||
|
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>
|