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/py34-gdbm | |
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/py34-gdbm')
-rw-r--r-- | databases/py34-gdbm/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/py34-gdbm/Makefile b/databases/py34-gdbm/Makefile new file mode 100644 index 000000000000..22f120f834cf --- /dev/null +++ b/databases/py34-gdbm/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-gdbm + +PYTHON_VERSION= python3.4 + +.include "${MASTERDIR}/Makefile" |