mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
6db4058f2a
- 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.
23 lines
400 B
Makefile
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>
|