Ticket #66677: Portfile.rpki-client.8.2.libressl-develOK

File Portfile.rpki-client.8.2.libressl-develOK, 1.2 KB (added by artkiver (グレェ), 16 months ago)

diff to update rpki-client Portfile to version 8.2 using the dylib which functions OK with libressl-devel (and libressl) but not with openssl because the dylib doesn't specify that libretls needs to be installed.

Line 
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
3PortSystem          1.0
4PortGroup           legacysupport 1.0
5
6# clock_gettime
7legacysupport.newest_darwin_requires_legacy 15
8
9name                rpki-client
10version             8.2
11revision            0
12
13categories          net
14platforms           darwin
15license             ISC
16maintainers         nomaintainer
17
18description         OpenBSD RPKI Validator
19long_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
24homepage            https://www.rpki-client.org/index.html
25
26master_sites        https://cdn.openbsd.org/pub/OpenBSD/rpki-client/ \
27                    https://ftp.openbsd.org/pub/OpenBSD/rpki-client/
28
29checksums           rmd160 a8c0d3783e765a5bea2d7f6652d015da4690a5f6 \
30                    sha256 dc0d19679b57ae657b92d21730b1678823974d43300faa8c24ee155c1e2b1d64 \
31                    size   475141
32
33depends_lib         path:lib/libssl.dylib:openssl
34depends_lib-append  port:expat \