diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-23 06:10:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-23 06:10:49 +0000 |
commit | ac84c21261c83b0285d8c13970ae3b93b5a9391b (patch) | |
tree | dc47816bee13d5b98b49c8606a7e26acd06c2ca9 /net | |
parent | e8313d72e5fcf4332c4c394b13281d47972ef79c (diff) | |
download | ports-ac84c21261c83b0285d8c13970ae3b93b5a9391b.tar.gz ports-ac84c21261c83b0285d8c13970ae3b93b5a9391b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/routinator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/routinator/Makefile b/net/routinator/Makefile index b0ee06f66439..18d22aeb2f7a 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -12,6 +12,9 @@ COMMENT= RPKI signed route collector and validator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= ring crate not ported to other architectures + RUN_DEPENDS= rsync:net/rsync USES= cargo |