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/py33-sqlite3 | |
| 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
Diffstat (limited to 'databases/py33-sqlite3')
| -rw-r--r-- | databases/py33-sqlite3/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/py33-sqlite3/Makefile b/databases/py33-sqlite3/Makefile new file mode 100644 index 000000000000..d0738f8c672e --- /dev/null +++ b/databases/py33-sqlite3/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-sqlite3 + +PYTHON_VERSION= python3.3 + +.include "${MASTERDIR}/Makefile" |
