git: a26da5152873 - main - net/routinator: enable on aarch64 and powerpc64 where it builds

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 29 Jul 2024 15:10:27 UTC
The branch main has been updated by pkubaj:

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

commit a26da5152873270c959d4f1a9e09f0506118645c
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-29 15:07:41 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-07-29 15:10:16 +0000

    net/routinator: enable on aarch64 and powerpc64 where it builds
---
 net/routinator/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/routinator/Makefile b/net/routinator/Makefile
index 6dd1671823cf..c35e820f4ed4 100644
--- a/net/routinator/Makefile
+++ b/net/routinator/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/NLnetLabs/routinator
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64
 ONLY_FOR_ARCHS_REASON=	ring crate not ported to other architectures
 
 RUN_DEPENDS=	rsync:net/rsync