diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:12:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 00:12:12 +0000 |
commit | 021fc3a529b3602f3efc43e7d8635716d0c92fc0 (patch) | |
tree | abca7668baa639d46f85a5d1a6a7cb8f21b6e961 /databases/pgloader/Makefile | |
parent | 197c425e19fbfedd136c7848a4acb14c39138b00 (diff) |
Notes
Diffstat (limited to 'databases/pgloader/Makefile')
-rw-r--r-- | databases/pgloader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/pgloader/Makefile b/databases/pgloader/Makefile index 83eb6200d785..79f9c61928f3 100644 --- a/databases/pgloader/Makefile +++ b/databases/pgloader/Makefile @@ -7,7 +7,7 @@ PORTNAME= pgloader PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1814/ @@ -17,7 +17,7 @@ COMMENT= Import CSV data and Large Object to PostgreSQL MAN1= pgloader.1 NO_BUILD= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${PORTSDIR}/databases/py-psycopg2 |