mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
377 B
Makefile
23 lines
377 B
Makefile
COMMENT = job scheduling for humans
|
|
|
|
MODPY_DISTV = 1.2.2
|
|
DISTNAME = schedule-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
MAINTAINER = Martin Reindl <martin@catai.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
|
|
TEST_DEPENDS = devel/py-mock \
|
|
devel/py-test
|
|
|
|
.include <bsd.port.mk>
|