git: 7d2a7cfacb36 - main - www/py-flask-limiter: add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 11:29:24 UTC
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d2a7cfacb361d25dcfbff2262b30077ce87f828 commit 7d2a7cfacb361d25dcfbff2262b30077ce87f828 Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2023-11-18 11:27:55 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2023-11-18 11:27:55 +0000 www/py-flask-limiter: add NO_ARCH --- www/py-flask-limiter/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/py-flask-limiter/Makefile b/www/py-flask-limiter/Makefile index 6dfe05a417dd..3192fc5f369f 100644 --- a/www/py-flask-limiter/Makefile +++ b/www/py-flask-limiter/Makefile @@ -1,5 +1,6 @@ PORTNAME= Flask-Limiter PORTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.8:www/py-flask@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist distutils concurrent +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk>