From 5d0e80018abb43e6573c94dcd7e9db708975c27b Mon Sep 17 00:00:00 2001
From: sunpoet <sunpoet@FreeBSD.org>
Date: Sun, 25 Dec 2016 19:21:51 +0000
Subject: - Add py-setuptools36 (copied from py-setuptools35)

---
 devel/Makefile                 |  1 +
 devel/py-setuptools36/Makefile | 10 ++++++++++
 2 files changed, 11 insertions(+)
 create mode 100644 devel/py-setuptools36/Makefile

diff --git a/devel/Makefile b/devel/Makefile
index 1e19d131fd19..f3aa66a519c8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4616,6 +4616,7 @@
     SUBDIR += py-setuptools33
     SUBDIR += py-setuptools34
     SUBDIR += py-setuptools35
+    SUBDIR += py-setuptools36
     SUBDIR += py-setuptools_darcs
     SUBDIR += py-setuptools_hg
     SUBDIR += py-setuptools_scm
diff --git a/devel/py-setuptools36/Makefile b/devel/py-setuptools36/Makefile
new file mode 100644
index 000000000000..4480cfff6fbc
--- /dev/null
+++ b/devel/py-setuptools36/Makefile
@@ -0,0 +1,10 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	${PYTHON_SUFFIX}
+
+PYTHON_VERSION=	python3.6
+
+MASTERDIR=	${.CURDIR}/../py-setuptools
+
+.include "${MASTERDIR}/Makefile"
-- 
cgit