aboutsummaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-25 00:12:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-25 00:12:12 +0000
commit021fc3a529b3602f3efc43e7d8635716d0c92fc0 (patch)
treeabca7668baa639d46f85a5d1a6a7cb8f21b6e961 /databases/py-psycopg2
parent197c425e19fbfedd136c7848a4acb14c39138b00 (diff)
downloadports-021fc3a529b3602f3efc43e7d8635716d0c92fc0.tar.gz
ports-021fc3a529b3602f3efc43e7d8635716d0c92fc0.zip
- Move over to py25+ or above
- While here kick md5 support
Notes
Notes: svn path=/head/; revision=269616
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r--databases/py-psycopg2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index b7b7628cb838..cff3fcb2865a 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= psycopg2
PORTVERSION= 2.3.2
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/ \
${MASTER_SITE_LOCAL}
@@ -17,7 +18,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= The high performance Python adapter for PostgreSQL
USE_PGSQL= yes
-USE_PYTHON= 2.4+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
DOCSDIR= ${PREFIX}/share/doc/py-psycopg2