diff --git a/textproc/py-chameleon/Makefile b/textproc/py-chameleon/Makefile index a820ca847ca7..95778ad35385 100644 --- a/textproc/py-chameleon/Makefile +++ b/textproc/py-chameleon/Makefile @@ -1,30 +1,24 @@ PORTNAME= chameleon PORTVERSION= 4.6.0 CATEGORIES= textproc www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Chameleon-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Fast HTML/XML Template Compiler WWW= https://chameleon.readthedocs.io/en/latest/ \ https://github.com/malthe/chameleon LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include +.include