git: 650b8b751131 - main - devel/py-mashumaro: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 20 Apr 2024 14:28:46 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=650b8b7511315f71a83ccbd9bffc6760ae369d42

commit 650b8b7511315f71a83ccbd9bffc6760ae369d42
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-20 14:24:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-20 14:26:02 +0000

    devel/py-mashumaro: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 devel/py-mashumaro/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/py-mashumaro/Makefile b/devel/py-mashumaro/Makefile
index 7931d7e14c4e..a01900ae5257 100644
--- a/devel/py-mashumaro/Makefile
+++ b/devel/py-mashumaro/Makefile
@@ -15,4 +15,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-ext
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>