diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-09-14 04:36:05 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-09-14 04:36:05 +0000 |
commit | a8e18aac5e589ba3ffb90450afbc4509f6826344 (patch) | |
tree | 5a79e44b82d166ab5f739c43770045e73793a3e1 | |
parent | f4fdc2f4f5e98bfca2002b6fe8f5e4cd57fa3356 (diff) | |
download | ports-a8e18aac5e589ba3ffb90450afbc4509f6826344.tar.gz ports-a8e18aac5e589ba3ffb90450afbc4509f6826344.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-setuptools35/Makefile | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 20fbd0a20c45..7936aae2a615 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4236,6 +4236,7 @@ SUBDIR += py-setuptools32 SUBDIR += py-setuptools33 SUBDIR += py-setuptools34 + SUBDIR += py-setuptools35 SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg SUBDIR += py-sh diff --git a/devel/py-setuptools35/Makefile b/devel/py-setuptools35/Makefile new file mode 100644 index 000000000000..48190e6ae82c --- /dev/null +++ b/devel/py-setuptools35/Makefile @@ -0,0 +1,10 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PKGNAMESUFFIX= ${PYTHON_SUFFIX} + +PYTHON_VERSION= python3.5 + +MASTERDIR= ${.CURDIR}/../py-setuptools + +.include "${MASTERDIR}/Makefile" |