summaryrefslogtreecommitdiff
path: root/databases/py-gdbm/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2015-11-19 01:28:38 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2015-11-19 01:28:38 +0000
commit4c536e83f0992dff95019536ff4b314b8627475f (patch)
treee9968692ea40cefe464e220ad58f438060131121 /databases/py-gdbm/Makefile
parent- Switch to options helpers (diff)
Add version specified ports of separated standard Python modules for
non-default Python versions: - Add pyXY-{sqlite3,gdbm,tkinter} ports for generating binary packages - Improve/add pkg-message to point users to install respective packages of separated Python standard modules - Add COMMENT to explicitly show the Python version that package should be used with - Simplify version-related PYTHON_* for lang/python35 Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D4170
Notes
Notes: svn path=/head/; revision=401909
Diffstat (limited to '')
-rw-r--r--databases/py-gdbm/Makefile4
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