summaryrefslogtreecommitdiff
path: root/time/py-radicale/Makefile
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2013-01-22 04:09:22 +0000
committerjakllsch <jakllsch@pkgsrc.org>2013-01-22 04:09:22 +0000
commiteed17345b8f3483837d3452a8f3dac83382277ca (patch)
treec59c86e0a8698795f8ecb4735419e340a32f0e69 /time/py-radicale/Makefile
parentca9ee65d724c4ebdd3ecc1c626868902fffac08b (diff)
downloadpkgsrc-eed17345b8f3483837d3452a8f3dac83382277ca.tar.gz
Add Radicale 0.7.1.
The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients.
Diffstat (limited to 'time/py-radicale/Makefile')
-rw-r--r--time/py-radicale/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/time/py-radicale/Makefile b/time/py-radicale/Makefile
new file mode 100644
index 00000000000..f7e31ee6ede
--- /dev/null
+++ b/time/py-radicale/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2013/01/22 04:09:22 jakllsch Exp $
+#
+
+DISTNAME= Radicale-0.7.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= www
+MASTER_SITES= http://pypi.python.org/packages/source/R/Radicale/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.radicale.org/
+COMMENT= CalDAV and CardDAV Server
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"