diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2015-11-19 01:28:38 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2015-11-19 01:28:38 +0000 |
commit | 4c536e83f0992dff95019536ff4b314b8627475f (patch) | |
tree | e9968692ea40cefe464e220ad58f438060131121 /databases/py-gdbm/Makefile | |
parent | 4377847e803e00a96ab03e8609c17938e4f8a755 (diff) | |
download | ports-4c536e83f0992dff95019536ff4b314b8627475f.tar.gz ports-4c536e83f0992dff95019536ff4b314b8627475f.zip |
Notes
Diffstat (limited to 'databases/py-gdbm/Makefile')
-rw-r--r-- | databases/py-gdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 5b211307eb86..9006ad977874 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -3,14 +3,14 @@ PORTNAME= gdbm PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Python-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Python bindings to the GNU dbm library +COMMENT= Python bindings to the GNU dbm library (Python ${PYTHON_VER}) LICENSE= PSFL |