Upstream release notes: https://bitbucket.org/cyrilrbt/caldav/issues/50/release-v05#comment-33897598 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9330
18 lines
321 B
Makefile
18 lines
321 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= caldav
|
|
PORTVERSION= 0.5.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= CalDAV (RFC4791) client library
|
|
|
|
LICENSE= APACHE20 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|