1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup legacysupport 1.0 |
---|
5 | |
---|
6 | # clock_gettime |
---|
7 | legacysupport.newest_darwin_requires_legacy 15 |
---|
8 | |
---|
9 | name rpki-client |
---|
10 | version 8.2 |
---|
11 | revision 0 |
---|
12 | |
---|
13 | categories net |
---|
14 | platforms darwin |
---|
15 | license ISC |
---|
16 | maintainers nomaintainer |
---|
17 | |
---|
18 | description OpenBSD RPKI Validator |
---|
19 | long_description rpki-client is a FREE, easy-to-use implementation \ |
---|
20 | of the Resource Public Key Infrastructure (RPKI) for \ |
---|
21 | Relying Parties (RP) to facilitate validation of the \ |
---|
22 | Route Origin of a BGP announcement. |
---|
23 | |
---|
24 | homepage https://www.rpki-client.org/index.html |
---|
25 | |
---|
26 | master_sites https://cdn.openbsd.org/pub/OpenBSD/rpki-client/ \ |
---|
27 | https://ftp.openbsd.org/pub/OpenBSD/rpki-client/ |
---|
28 | |
---|
29 | checksums rmd160 a8c0d3783e765a5bea2d7f6652d015da4690a5f6 \ |
---|
30 | sha256 dc0d19679b57ae657b92d21730b1678823974d43300faa8c24ee155c1e2b1d64 \ |
---|
31 | size 475141 |
---|
32 | |
---|
33 | depends_lib path:lib/libssl.dylib:openssl |
---|
34 | depends_lib-append port:expat \ |
---|