- Add py36-gdbm (copied from py35-gdbm)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-12-25 19:22:26 +00:00
parent 2c273bad76
commit a1fc9f55f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429454
2 changed files with 8 additions and 0 deletions

View File

@ -800,6 +800,7 @@
SUBDIR += py34-sqlite3
SUBDIR += py35-gdbm
SUBDIR += py35-sqlite3
SUBDIR += py36-gdbm
SUBDIR += pydbx
SUBDIR += pymongo
SUBDIR += pypy-gdbm

View File

@ -0,0 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-gdbm
PYTHON_VERSION= python3.6
.include "${MASTERDIR}/Makefile"