git: 1afadaf91ec7 - main - sysutils/py-croniter: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 27 May 2023 04:30:51 UTC
The branch main has been updated by sunpoet:

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

commit 1afadaf91ec7abbe7d18cac71edf0362ef419cfb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:14:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:24:06 +0000

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

diff --git a/sysutils/py-croniter/Makefile b/sysutils/py-croniter/Makefile
index 6e5d8109566c..d4720e8601d8 100644
--- a/sysutils/py-croniter/Makefile
+++ b/sysutils/py-croniter/Makefile
@@ -15,4 +15,6 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVO
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>