git: 142c48aa01cb - main - security/py-ssh: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 18 Apr 2022 00:06:42 UTC
The branch main has been updated by sunpoet:

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

commit 142c48aa01cb9200d12ee1b384318c90e20035c1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-17 23:53:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-17 23:59:20 +0000

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

diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile
index dfbc1f4faf14..e0af68b92494 100644
--- a/security/py-ssh/Makefile
+++ b/security/py-ssh/Makefile
@@ -15,4 +15,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAV
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>