summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2012-01-12 18:27:30 +0000
committerjoerg <joerg>2012-01-12 18:27:30 +0000
commitd31ce8234cdd825d619a0407c5c3852d1f979b94 (patch)
tree0cffcd96a3959ba066018b14245cdde4e9e913ba /misc
parent063d189ebd04b9170cb66be82aca4d1dd4251a3a (diff)
downloadpkgsrc-d31ce8234cdd825d619a0407c5c3852d1f979b94.tar.gz
py-sqlite3 doesn't exist for Python 2.4.
Diffstat (limited to 'misc')
-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