Files
ports/productivity/khal/Makefile
T

34 lines
675 B
Makefile
Raw Normal View History

2017-05-26 19:43:03 +00:00
COMMENT = standards based terminal calendar
2026-06-16 16:46:59 +00:00
MODPY_DISTV = 0.14.0
2024-12-21 11:38:40 +00:00
DISTNAME = khal-${MODPY_DISTV}
2017-05-26 19:43:03 +00:00
CATEGORIES = productivity
2025-05-21 12:12:32 +00:00
# https://github.com/pimutils/khal
2026-02-16 21:23:22 +00:00
HOMEPAGE = https://khal.readthedocs.io/
2017-05-26 19:43:03 +00:00
# MIT
PERMIT_PACKAGE = Yes
2017-05-26 19:43:03 +00:00
MODULES = lang/python
2022-11-13 20:31:00 +00:00
MODPY_PYBUILD = setuptools_scm
2025-05-21 12:12:32 +00:00
MODPY_PI = Yes
2026-02-16 21:23:22 +00:00
RUN_DEPENDS = devel/py-click \
2024-12-21 11:38:40 +00:00
devel/py-click-log \
devel/py-configobj \
devel/py-dateutil \
devel/py-icalendar \
devel/py-setproctitle \
devel/py-tz \
devel/py-tzlocal \
devel/py-urwid \
devel/py-xdg
2024-12-21 11:38:40 +00:00
TEST_DEPENDS = devel/py-hypothesis \
devel/py-freezegun \
productivity/vdirsyncer \
2024-12-21 11:38:40 +00:00
sysutils/py-packaging
2019-03-18 10:49:05 +00:00
2017-05-26 19:43:03 +00:00
.include <bsd.port.mk>