diff --git a/devel/py-immutabledict/Makefile b/devel/py-immutabledict/Makefile index 9be71cabdcbc..59e323a7b5dd 100644 --- a/devel/py-immutabledict/Makefile +++ b/devel/py-immutabledict/Makefile @@ -1,20 +1,22 @@ PORTNAME= immutabledict PORTVERSION= 2.2.4 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Immutable wrapper around dictionaries for Python3 WWW= https://github.com/corenting/immutabledict LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 +NO_ARCH= yes + .include