mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2d31404916
CalDAV (RFC4791) client library for Python. Calendaring extensions to WebDAV, or CalDAV, is an Internet standard allowing a client to access scheduling information on a remote server. It extends WebDAV (HTTP-based protocol for data manipulation) specification and uses iCalendar format for the data. WWW: https://bitbucket.org/cyrilrbt/caldav/wiki/Home PR: 208687 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# Created by: Joseph Mignrone <jrm@ftfl.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= caldav
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jrm@ftfl.ca
|
|
COMMENT= CalDAV (RFC4791) client library
|
|
|
|
LICENSE= APACHE20 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|