18843fbbce
Vdirsyncer synchronizes your calendars and addressbooks between two storages. The most popular purpose is to synchronize CalDAV and CardDAV with a local folder or file. The local data can then be accessed via a variety of programs, none of which have to know or worry about syncing to a server. WWW: https://vdirsyncer.readthedocs.org/ PR: 198316 Submitted by: Maxim Filimonov <che@bein.link>
25 lines
786 B
Makefile
25 lines
786 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vdirsyncer
|
|
PORTVERSION= 0.4.3
|
|
CATEGORIES= deskutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Synchronize calendars and contacts
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.4:${PORTSDIR}/devel/py-atomicwrites \
|
|
${PYTHON_PKGNAMEPREFIX}click>=3.2:${PORTSDIR}/devel/py-click \
|
|
${PYTHON_PKGNAMEPREFIX}icalendar>=3.6:${PORTSDIR}/devel/py-icalendar \
|
|
${PYTHON_PKGNAMEPREFIX}lxml>=3.0:${PORTSDIR}/devel/py-lxml \
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.4.3:${PORTSDIR}/www/py-requests \
|
|
${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.1.3:${PORTSDIR}/www/py-requests-toolbelt
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|