git: b64a56b485a5 - main - textproc/p5-XML-TreePP: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 28 May 2024 10:24:44 UTC
The branch main has been updated by sunpoet:

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

commit b64a56b485a527593f4923d6fa6a2a86e83cfa5e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-28 10:02:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-28 10:21:52 +0000

    textproc/p5-XML-TreePP: Add NO_ARCH
---
 textproc/p5-XML-TreePP/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/textproc/p5-XML-TreePP/Makefile b/textproc/p5-XML-TreePP/Makefile
index f7c22234f8a4..976cd498fd37 100644
--- a/textproc/p5-XML-TreePP/Makefile
+++ b/textproc/p5-XML-TreePP/Makefile
@@ -16,15 +16,17 @@ RUN_DEPENDS=	p5-libwww>=5.811:www/p5-libwww
 TEST_DEPENDS=	p5-HTTP-Lite>=0:www/p5-HTTP-Lite \
 		p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
 
-OPTIONS_DEFINE=	EXAMPLES
-
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 PORTEXAMPLES=	envxml.cgi
 
 SHEBANG_FILES=	example/envxml.cgi
 
+OPTIONS_DEFINE=	EXAMPLES
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/example/envxml.cgi ${STAGEDIR}${EXAMPLESDIR}