aboutsummaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2011-12-28 09:25:06 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2011-12-28 09:25:06 +0000
commiteeeda33da15b4e2b98bbc08f93bbeaf7b82a12af (patch)
tree6f5aba431a5ed6a3d216e4d078ed1052e05b408e /databases/py-psycopg2/Makefile
parent33fcf400f838216918ccb1320780c48a168d9888 (diff)
Notes
Diffstat (limited to 'databases/py-psycopg2/Makefile')
-rw-r--r--databases/py-psycopg2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index b84980ac754a..3acc0c4b9b39 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= psycopg2
-PORTVERSION= 2.4.2
+PORTVERSION= 2.4.4
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-4/ \
${MASTER_SITE_LOCAL}
@@ -17,7 +17,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= The high performance Python adapter for PostgreSQL
USE_PGSQL= yes
-USE_PYTHON= 2.6+
+# Python3 ready
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
DOCSDIR= ${PREFIX}/share/doc/py-psycopg2