diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-10 11:48:38 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-03-10 11:48:38 +0000 |
commit | 18843fbbceb359e20cdebf16a891fb3b12ec5d80 (patch) | |
tree | af1057903b4a45597361e8df0dfe055a4e5ba0ae /deskutils/py-vdirsyncer/Makefile | |
parent | Fix a segfault in check_dhcp. (diff) |
deskutils/py-vdirsyncer: NEW PORT - Synchronize calendars and contacts
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>
Notes
Notes:
svn path=/head/; revision=380909
Diffstat (limited to 'deskutils/py-vdirsyncer/Makefile')
-rw-r--r-- | deskutils/py-vdirsyncer/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/deskutils/py-vdirsyncer/Makefile b/deskutils/py-vdirsyncer/Makefile new file mode 100644 index 000000000000..b522090cb10b --- /dev/null +++ b/deskutils/py-vdirsyncer/Makefile @@ -0,0 +1,25 @@ +# $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> |