summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authordarcy <darcy>2011-08-27 22:06:31 +0000
committerdarcy <darcy>2011-08-27 22:06:31 +0000
commit8b544e4aa5dfcdd3e876f6165893e38c5bdbed28 (patch)
tree68f6bca7258f85a009d8be9ea2966938f96a3ffd /databases/py-postgresql
parent1432cb0ba6251582a867fe4cabf1e0d117a8e7fe (diff)
downloadpkgsrc-8b544e4aa5dfcdd3e876f6165893e38c5bdbed28.tar.gz
PyGreSQL doesn't work on Python 3 yet.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 6490bfc7a81..c16b4a1e49d 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2010/02/10 19:34:06 joerg Exp $
+# $NetBSD: Makefile,v 1.59 2011/08/27 22:06:31 darcy Exp $
DISTNAME= PyGreSQL-4.0
PKGNAME= ${PYPKGPREFIX}-postgresql-4.0
@@ -20,6 +20,8 @@ USE_TOOLS+= gmake
MAKE_FILE= GNUmakefile
MAKE_ENV+= INSTALLED_LIBPQ=1
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24 23
+
PY_PATCHPLIST= yes
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q}