git: d03146e97c3e - main - net/py-python-socks: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 21 Nov 2021 18:30:16 UTC
The branch main has been updated by sunpoet:

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

commit d03146e97c3ebc862993bde5ce2db1a3fb24be8a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-21 18:25:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-21 18:25:02 +0000

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

diff --git a/net/py-python-socks/Makefile b/net/py-python-socks/Makefile
index 799921b55f15..aa8c429e0866 100644
--- a/net/py-python-socks/Makefile
+++ b/net/py-python-socks/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asyncio>=3.0.1:devel/py-asyncio@${PY_FLAVOR}
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>