aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-10-07 14:45:39 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-10-07 14:45:39 +0000
commite109de46696f335a2e79c97966bcd80d329ee301 (patch)
tree286d39173f84e27cf3c1aa976384cd0ec180e14f /databases
parent5fe3cddf6d0dc67312f608daf7f8ae7ba9bd303b (diff)
downloadports-e109de46696f335a2e79c97966bcd80d329ee301.tar.gz
ports-e109de46696f335a2e79c97966bcd80d329ee301.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/py-psycopg2/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index 88af5afdd7ff..5554256d3a58 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= psycopg2
PORTVERSION= 2.5.3
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/ \
CHEESESHOP
@@ -11,13 +12,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= miwi@FreeBSD.org
COMMENT= High performance Python adapter for PostgreSQL
-USE_PGSQL= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-
-DOCSDIR= ${PREFIX}/share/doc/py-psycopg2
-EXAMPLESDIR= ${PREFIX}/share/examples/py-psycopg2
+USES= pgsql python
+USE_PYTHON= autoplist concurrent distutils
PORTEXAMPLES= binary.py copy_from.py copy_to.py cursor.py dialtone.py \
dict.py dt.py encoding.py fetch.py lastrowid.py lobject.py \