mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
376 B
Makefile
23 lines
376 B
Makefile
COMMENT= filesystem event monitoring
|
|
|
|
MODPY_DISTV= 6.0.0
|
|
DISTNAME= watchdog-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE=Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= textproc/py-yaml
|
|
TEST_DEPENDS= devel/py-test-cov \
|
|
devel/py-test-timeout \
|
|
devel/py-flaky
|
|
|
|
.include <bsd.port.mk>
|