git: 11e5d882c0ff - main - www/py-azure-storage: Add NO_ARCH

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

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

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

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

diff --git a/www/py-azure-storage/Makefile b/www/py-azure-storage/Makefile
index da166cee9e0c..89c267596fee 100644
--- a/www/py-azure-storage/Makefile
+++ b/www/py-azure-storage/Makefile
@@ -18,4 +18,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-common>0:www/py-azure-common@${PY_FLAV
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>