diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/py3-enum34/Makefile | 8 | ||||
-rw-r--r-- | devel/py33-setuptools/Makefile | 10 |
3 files changed, 0 insertions, 20 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6178e95b7b10..9ae76fd3ed9d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5047,7 +5047,6 @@ SUBDIR += py3-dbus SUBDIR += py3-defusedxml SUBDIR += py3-docopt - SUBDIR += py3-enum34 SUBDIR += py3-flake8 SUBDIR += py3-flake8-builtins SUBDIR += py3-flake8-docstrings @@ -5107,7 +5106,6 @@ SUBDIR += py3-wcwidth SUBDIR += py3-xdg SUBDIR += py3-yaml - SUBDIR += py33-setuptools SUBDIR += py34-setuptools SUBDIR += py35-setuptools SUBDIR += py36-setuptools diff --git a/devel/py3-enum34/Makefile b/devel/py3-enum34/Makefile deleted file mode 100644 index 84cfdb0555dd..000000000000 --- a/devel/py3-enum34/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# Created by: Ben Woods <woodsb02@FreeBSD.org> -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../py-enum34 - -USES= python:3.3 - -.include "${MASTERDIR}/Makefile" diff --git a/devel/py33-setuptools/Makefile b/devel/py33-setuptools/Makefile deleted file mode 100644 index ed84eae03242..000000000000 --- a/devel/py33-setuptools/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../py27-setuptools - -PORTSCOUT= ignore:1 - -USES= python:3.3 - -.include "${MASTERDIR}/Makefile" |