diff --git a/devel/py-textualeffects/Makefile b/devel/py-textualeffects/Makefile index 4a31cb57a378..89b73cd4c33f 100644 --- a/devel/py-textualeffects/Makefile +++ b/devel/py-textualeffects/Makefile @@ -1,20 +1,22 @@ PORTNAME= textualeffects DISTVERSION= 0.1.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Visual effects for Textual, a TerminalTextEffects wrapper WWW= https://github.com/ggozad/textualeffects LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.25.0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}terminaltexteffects>=0.11.0:devel/py-terminaltexteffects@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 +NO_ARCH= yes + .include