aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-lz4/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-11 19:36:17 +0000
commit75d659b385e30935a659f6c63b86195f2b975175 (patch)
tree91ba938db95d41ba75ac2883a0f16259e0ecaa4a /archivers/py-lz4/Makefile
parent3aaf6bb5547bf9e4cb3bfc37dab67b12e7323222 (diff)
downloadports-75d659b385e30935a659f6c63b86195f2b975175.tar.gz
ports-75d659b385e30935a659f6c63b86195f2b975175.zip
Remove logic for Python < 3.6 for ports using Python 3.6+
Notes
Notes: svn path=/head/; revision=561252
Diffstat (limited to 'archivers/py-lz4/Makefile')
-rw-r--r--archivers/py-lz4/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile
index 06b8746c98a8..703ae12f7dcf 100644
--- a/archivers/py-lz4/Makefile
+++ b/archivers/py-lz4/Makefile
@@ -30,10 +30,4 @@ post-install:
do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>