git: 077f90448be2 - main - security/py-YubiOTP: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:20:33 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=077f90448be2e52971bee4bf3720a0318f38755f

commit 077f90448be2e52971bee4bf3720a0318f38755f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:46:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:39 +0000

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

diff --git a/security/py-YubiOTP/Makefile b/security/py-YubiOTP/Makefile
index 3f771aee396a..c3f2c2035ee7 100644
--- a/security/py-YubiOTP/Makefile
+++ b/security/py-YubiOTP/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>