1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/py-caldav/Makefile
Kurt Jaeger 2d31404916 New port: www/py-caldav
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>
2016-04-16 06:52:14 +00:00

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>