aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-25 19:22:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-25 19:22:26 +0000
commita1fc9f55f4ed17f193a8559032219232abffce23 (patch)
tree04170301364e4b4ab3ce0839979b9a4dadcb32c8
parent2c273bad761f15521db7acc32efd17e3fab238f9 (diff)
downloadports-a1fc9f55f4ed17f193a8559032219232abffce23.tar.gz
ports-a1fc9f55f4ed17f193a8559032219232abffce23.zip
Notes
-rw-r--r--databases/Makefile1
-rw-r--r--databases/py36-gdbm/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 1617599696a3..8b39f0e0c571 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -800,6 +800,7 @@
SUBDIR += py34-sqlite3
SUBDIR += py35-gdbm
SUBDIR += py35-sqlite3
+ SUBDIR += py36-gdbm
SUBDIR += pydbx
SUBDIR += pymongo
SUBDIR += pypy-gdbm
diff --git a/databases/py36-gdbm/Makefile b/databases/py36-gdbm/Makefile
new file mode 100644
index 000000000000..e35968d1d0e8
--- /dev/null
+++ b/databases/py36-gdbm/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-gdbm
+
+PYTHON_VERSION= python3.6
+
+.include "${MASTERDIR}/Makefile"