diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2015-11-19 09:28:38 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2015-11-19 09:28:38 +0800 |
commit | 8413c7d9ad977da90646a65d17987594df543101 (patch) | |
tree | e9968692ea40cefe464e220ad58f438060131121 /databases/py-sqlite3 | |
parent | 3f40dde0dfd669809060b8990dc7badf7295ff84 (diff) | |
download | freebsd-ports-gnome-8413c7d9ad977da90646a65d17987594df543101.tar.gz freebsd-ports-gnome-8413c7d9ad977da90646a65d17987594df543101.tar.zst freebsd-ports-gnome-8413c7d9ad977da90646a65d17987594df543101.zip |
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
Diffstat (limited to 'databases/py-sqlite3')
-rw-r--r-- | databases/py-sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile index a0e9265a3d42..96ed67f481fa 100644 --- a/databases/py-sqlite3/Makefile +++ b/databases/py-sqlite3/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org -COMMENT= Standard Python binding to the SQLite3 library +COMMENT= Standard Python binding to the SQLite3 library (Python ${PYTHON_VER}) LICENSE= PSFL LICENSE_FILE= ${WRKDIR}/Python-${PORTVERSION}/LICENSE |