git: ef7336be52c6 - main - security/pwman3: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 30 Apr 2022 16:05:22 UTC
The branch main has been updated by sunpoet:

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

commit ef7336be52c6448dde338ca14d139925abb99bf7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-30 16:01:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-30 16:01:36 +0000

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

diff --git a/security/pwman3/Makefile b/security/pwman3/Makefile
index 61bfdcc92d38..c9d271f2fb97 100644
--- a/security/pwman3/Makefile
+++ b/security/pwman3/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:security/py-pycrypto@${PY_FLAV
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist concurrent optsuffix
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>