aboutsummaryrefslogtreecommitdiff
path: root/databases/py-postgresql/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-03-03 11:09:52 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-03-03 11:09:52 +0000
commit873689157563e92dc9a04f185bf353b1fb1debab (patch)
tree9e4b7f32aff8dafcdee5ded6c2692d8708c5b20c /databases/py-postgresql/Makefile
parentc5ec73597e2cdb897f0fd2dee90f9617c0b550a7 (diff)
downloadports-873689157563e92dc9a04f185bf353b1fb1debab.tar.gz
ports-873689157563e92dc9a04f185bf353b1fb1debab.zip
Notes
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r--databases/py-postgresql/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index 8e91f955e5a2..5fce994f2bec 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -2,6 +2,7 @@
PORTNAME= postgresql
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP \
http://python.projects.postgresql.org/files/
@@ -12,19 +13,12 @@ DIST_SUBDIR= postgresql
MAINTAINER= c.kworr@gmail.com
COMMENT= Python 3 compatible PostgreSQL database driver and tools
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_ZIP= yes
-USE_PGSQL= yes
-USE_PYTHON= 3.1+
+USE_ZIP= yes
+USE_PGSQL= yes
+USE_PYTHON= 3
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= py_${PORTNAME}
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 320
-.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>