summaryrefslogtreecommitdiff
path: root/misc/py-carddav
diff options
context:
space:
mode:
authorjoerg <joerg>2012-01-12 18:27:30 +0000
committerjoerg <joerg>2012-01-12 18:27:30 +0000
commitd4913dc3d7b73e3e8ee4c7af4a53d305e4813045 (patch)
tree0cffcd96a3959ba066018b14245cdde4e9e913ba /misc/py-carddav
parent89f5682064034b358cc4774af327b4047c6e8c6a (diff)
downloadpkgsrc-d4913dc3d7b73e3e8ee4c7af4a53d305e4813045.tar.gz
py-sqlite3 doesn't exist for Python 2.4.
Diffstat (limited to 'misc/py-carddav')
-rw-r--r--misc/py-carddav/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/py-carddav/Makefile b/misc/py-carddav/Makefile
index 6419408cad6..8319741b2bd 100644
--- a/misc/py-carddav/Makefile
+++ b/misc/py-carddav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/01/10 23:30:09 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/01/12 18:27:30 joerg Exp $
#
DISTNAME= pycarddav0.3.2
@@ -12,13 +12,15 @@ HOMEPAGE= http://pycarddav.lostpackets.de/
COMMENT= Simple way of accessing a CardDAV resource
LICENSE= beer-ware
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
+
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-vobject-[0-9]*:../../textproc/py-vobject
DEPENDS+= ${PYPKGPREFIX}-curl-[0-9]*:../../www/py-curl
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_LANGUAGES= # none
SUBST_CLASSES= env