diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-03-22 13:02:26 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-03-22 13:02:26 +0000 |
commit | 12ed6a4fe06b2240e609aeb5cb581a28db067e48 (patch) | |
tree | 80eeaf13d3078f0e5e3d1b530171389c22b78610 /databases/py-PyGreSQL/Makefile | |
parent | sysutils/dsbmd: Simplify @sample (diff) |
- Update to 5.0
- Runs on both python2 and python3
- Add LICENSE
- Take maintainership
Diffstat (limited to 'databases/py-PyGreSQL/Makefile')
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index d68a02d4bc43..78787cd5700a 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= PyGreSQL -PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTVERSION= 5.0 PORTEPOCH= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wen@FreeBSD.org COMMENT= Python interface to PostgreSQL, both classic and DP-API 2.0 -USES= python:2 pgsql tar:tgz +LICENSE= PSFL + +USES= pgsql python USE_PYTHON= autoplist distutils PORTDOCS= * |