1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net-mgmt/rtrlib/Makefile
Mathieu Arnold 8169fecc96 Update to 0.6.3.
maintainer timeout.

PR:		238841
Submitted by:	mat
2019-07-15 13:01:49 +00:00

21 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= rtrlib
PORTVERSION= 0.6.3
DISTVERSIONPREFIX= v
CATEGORIES= net-mgmt sysutils
MAINTAINER= freebsd@bodems.net
COMMENT= Open-source C implementation of the RPKI/Router Protocol client
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libssh.so:security/libssh
USES= cmake
USE_GITHUB= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>