mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
917c955c7e
The RTRlib implements the client-side of the RPKI-RTR (RFC 6810) and BGP Prefix Origin Validation (RFC 6811). PR: 225645 Submitted by: Felix Annen <freebsd@bodems.net> Reported by: Felix Annen <freebsd@bodems.net> Reviewed by: olivier
24 lines
423 B
Makefile
24 lines
423 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rtrlib
|
|
PORTVERSION= 0.5.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net-mgmt sysutils
|
|
|
|
MAINTAINER= freebsd@bodems.net
|
|
COMMENT= Open-source C implementation of the RPKI/Router Protocol client
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libssh.so:security/libssh
|
|
BUILD_DEPENDS= cmake:devel/cmake
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rtrlib
|
|
|
|
.include <bsd.port.mk>
|