Files
sthen 6db4058f2a import ports/misc/py-remind, from Martin Ziemer, ok kirill, tweaks from me:
- don't repeat COMMENT in DESCR
- whitespace consistency
- fix MODPY_DISTV and regen plist

Python library to convert between Remind and iCalendar. Can be used stand alone
(provided rem2ics and ics2rem tools) as well as integrated as a CalDAV client
or server.
2025-07-30 19:59:17 +00:00

23 lines
400 B
Makefile

COMMENT= Python Remind library
MODPY_DISTV= 0.19.2
GH_ACCOUNT= jspricke
GH_PROJECT= python-remind
GH_TAGNAME= v${MODPY_DISTV}
CATEGORIES= misc
HOMEPAGE= https://github.com/jspricke/python-remind
MAINTAINER= Martin Ziemer <horrad@horrad.de>
# GPLv3
PERMIT_PACKAGE= Yes
RUN_DEPENDS= textproc/py-vobject \
devel/py-dateutil
MODULES= lang/python
MODPY_PYBUILD= setuptools
.include <bsd.port.mk>