git: 6a02eba2fb30 - main - devel/py-humanize: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 13 May 2022 11:49:07 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a02eba2fb30df7a12399f8e9221a391db906126

commit 6a02eba2fb30df7a12399f8e9221a391db906126
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:36:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:40:12 +0000

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

diff --git a/devel/py-humanize/Makefile b/devel/py-humanize/Makefile
index dba7e529bfb1..89a0b93e59e8 100644
--- a/devel/py-humanize/Makefile
+++ b/devel/py-humanize/Makefile
@@ -14,4 +14,6 @@ LICENSE=	MIT
 USES=		python:3.8+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>