aboutsummaryrefslogtreecommitdiff
path: root/databases/pgloader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgloader/Makefile')
-rw-r--r--databases/pgloader/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pgloader/Makefile b/databases/pgloader/Makefile
index 375dd8285e9a..26fc37f7bf6c 100644
--- a/databases/pgloader/Makefile
+++ b/databases/pgloader/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pgloader
PORTVERSION= 2.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1814/
@@ -11,7 +11,8 @@ MAINTAINER= pea@raveland.org
COMMENT= Import CSV data and Large Object to PostgreSQL
NO_BUILD= yes
-USES= python
+USES= python shebangfix
+SHEBANG_FILES= *.py
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:databases/py-psycopg2