git: 2362d1e8ad4f - main - devel/p5-Heap: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 19:23:34 UTC
The branch main has been updated by sunpoet:

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

commit 2362d1e8ad4f253f22d751c8e388bb6f4c521e38
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 19:17:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 19:17:47 +0000

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

diff --git a/devel/p5-Heap/Makefile b/devel/p5-Heap/Makefile
index 6c8df59dd2cc..86a29600017a 100644
--- a/devel/p5-Heap/Makefile
+++ b/devel/p5-Heap/Makefile
@@ -16,4 +16,6 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>