aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-tomlkit
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:23:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-10 08:23:11 +0000
commit7b4b8252b4639d22247d683050ac7f92909dc1da (patch)
tree73848d91767eeb03138803c6a5b944a428c9d34e /textproc/py-tomlkit
parent7372b9ebc57252ff3cd951fbd83e6824569bc643 (diff)
downloadports-7b4b8252b4639d22247d683050ac7f92909dc1da.tar.gz
ports-7b4b8252b4639d22247d683050ac7f92909dc1da.zip
Clean up Makefile after r559531 (USES=python:3.6+)
Notes
Notes: svn path=/head/; revision=560974
Diffstat (limited to 'textproc/py-tomlkit')
-rw-r--r--textproc/py-tomlkit/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/textproc/py-tomlkit/Makefile b/textproc/py-tomlkit/Makefile
index 183b963af633..849baefd91b0 100644
--- a/textproc/py-tomlkit/Makefile
+++ b/textproc/py-tomlkit/Makefile
@@ -13,18 +13,9 @@ COMMENT= Style-preserving TOML library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PY_ENUM34} \
- ${PY_TYPING}
-
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}functools32>=3.2.3<4.0.0:devel/py-functools32@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>