1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Clean up Makefile after r559531 (USES=python:3.6+)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-10 08:23:11 +00:00
parent 7372b9ebc5
commit 7b4b8252b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560974

View File

@ -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>