From 4c536e83f0992dff95019536ff4b314b8627475f Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 19 Nov 2015 01:28:38 +0000 Subject: 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 --- databases/py35-sqlite3/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 databases/py35-sqlite3/Makefile (limited to 'databases/py35-sqlite3') diff --git a/databases/py35-sqlite3/Makefile b/databases/py35-sqlite3/Makefile new file mode 100644 index 000000000000..024e9246feb0 --- /dev/null +++ b/databases/py35-sqlite3/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-sqlite3 + +PYTHON_VERSION= python3.5 + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3