1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net-mgmt/rtrlib/Makefile
Mahdi Mokhtari 917c955c7e net-mgmt/rtrlib: Add the port to the tree and pass maintainership to the submitter
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
2018-02-03 15:01:06 +00:00

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>