aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-12-26 03:23:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-12-26 03:23:24 +0800
commit412fa467bae121ff8dd153d475f0cf8b94b51be8 (patch)
tree9563729d6372b5432a60346eaf6f891c51446a92 /databases
parent74f5f72dc5518751cf1697dd48623c1f1b13fc27 (diff)
downloadfreebsd-ports-gnome-412fa467bae121ff8dd153d475f0cf8b94b51be8.tar.gz
freebsd-ports-gnome-412fa467bae121ff8dd153d475f0cf8b94b51be8.tar.zst
freebsd-ports-gnome-412fa467bae121ff8dd153d475f0cf8b94b51be8.zip
- Add py36-sqlite3 (copied from py35-sqlite3)
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py36-sqlite3/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 8b39f0e0c571..4f33edc40b74 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -801,6 +801,7 @@
SUBDIR += py35-gdbm
SUBDIR += py35-sqlite3
SUBDIR += py36-gdbm
+ SUBDIR += py36-sqlite3
SUBDIR += pydbx
SUBDIR += pymongo
SUBDIR += pypy-gdbm
diff --git a/databases/py36-sqlite3/Makefile b/databases/py36-sqlite3/Makefile
new file mode 100644
index 000000000000..81958275eb42
--- /dev/null
+++ b/databases/py36-sqlite3/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-sqlite3
+
+PYTHON_VERSION= python3.6
+
+.include "${MASTERDIR}/Makefile"