diff --git a/devel/py-poetry-core/Makefile b/devel/py-poetry-core/Makefile index 950aaf413f56..be3badddf825 100644 --- a/devel/py-poetry-core/Makefile +++ b/devel/py-poetry-core/Makefile @@ -1,28 +1,28 @@ PORTNAME= poetry-core PORTVERSION= 1.4.0 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= poetry_core-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Poetry PEP 517 Build Backend WWW= https://github.com/python-poetry/poetry-core LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.7+ USE_PYTHON= autoplist concurrent pep517 -#BINARY_ALIAS= git=false +BINARY_ALIAS= git=false NO_ARCH= yes .include .if ${PYTHON_REL} < 30800 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR} .endif .include