diff options
Diffstat (limited to 'devel/py-recurring-ical-events/Makefile')
-rw-r--r-- | devel/py-recurring-ical-events/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-recurring-ical-events/Makefile b/devel/py-recurring-ical-events/Makefile index fd89d141d118..258e4ac9bc46 100644 --- a/devel/py-recurring-ical-events/Makefile +++ b/devel/py-recurring-ical-events/Makefile @@ -1,5 +1,5 @@ PORTNAME= recurring-ical-events -PORTVERSION= 3.7.0 +PORTVERSION= 3.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,7 +7,8 @@ DISTNAME= recurring_ical_events-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Calculate recurrence times of events, todos, alarms and journals based on icalendar RFC5545 -WWW= https://github.com/niccokunzmann/python-recurring-ical-events +WWW= https://recurring-ical-events.readthedocs.io/en/latest/ \ + https://github.com/niccokunzmann/python-recurring-ical-events LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE |