git: 7097863cd5c7 - main - devel/p5-DateTime-Format-XSD: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 27 Aug 2022 10:34:17 UTC
The branch main has been updated by sunpoet:

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

commit 7097863cd5c7ef5fd8031bd231a03e688044402f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:26:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:26:49 +0000

    devel/p5-DateTime-Format-XSD: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 devel/p5-DateTime-Format-XSD/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/p5-DateTime-Format-XSD/Makefile b/devel/p5-DateTime-Format-XSD/Makefile
index 57696798ed61..c2a0d5cd4652 100644
--- a/devel/p5-DateTime-Format-XSD/Makefile
+++ b/devel/p5-DateTime-Format-XSD/Makefile
@@ -14,4 +14,6 @@ RUN_DEPENDS=	p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>