git: 995d6405962c - main - security/py-base58: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 10 Sep 2022 16:10:21 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=995d6405962cbba04e960bd4b8e5768efb8b54be

commit 995d6405962cbba04e960bd4b8e5768efb8b54be
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 16:07:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 16:07:33 +0000

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

diff --git a/security/py-base58/Makefile b/security/py-base58/Makefile
index 0c475db2cfc1..4db7e6cc0e00 100644
--- a/security/py-base58/Makefile
+++ b/security/py-base58/Makefile
@@ -14,4 +14,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>