git: 35f16b592421 - main - devel/py-clint: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 22 May 2022 05:17:34 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35f16b59242111199e09672c36c85b726f577411

commit 35f16b59242111199e09672c36c85b726f577411
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:27:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 05:11:38 +0000

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

diff --git a/devel/py-clint/Makefile b/devel/py-clint/Makefile
index 42dbe5425e65..b2153396f4f2 100644
--- a/devel/py-clint/Makefile
+++ b/devel/py-clint/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}args>=0.1.0:devel/py-args@${PY_FLAVOR}
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>