diff options
Diffstat (limited to 'databases/py-postgresql/Makefile')
-rw-r--r-- | databases/py-postgresql/Makefile | 20 |
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> |