diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 15:58:33 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 15:58:33 +0000 |
| commit | 2cdc9fb6dce638a69ee731eacf5c2f4d3935ba5e (patch) | |
| tree | 39af4087ce3083ef061c9285ec73de22272508d9 /databases/py-PyGreSQL/Makefile | |
| parent | Fix the bus error on startup in -CURRENT and 5.x-BETA. It turns out (diff) | |
Update to 3.5
Allow building with postgresql client only installation.
PR: 71212
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'databases/py-PyGreSQL/Makefile')
| -rw-r--r-- | databases/py-PyGreSQL/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index 879b45eef822..006229ce154c 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -6,8 +6,7 @@ # PORTNAME= PyGreSQL -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.5 PORTEPOCH= 1 CATEGORIES= databases python MASTER_SITES= ftp://ftp.pygresql.org/pub/distrib/ @@ -15,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz MAINTAINER= girgen@pingpong.net -COMMENT= A Python interface to PostgreSQL, both classic interface and DP-API 2.0 +COMMENT= A Python interface to PostgreSQL, both classic and DP-API 2.0 BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base |
