mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
350 B
Makefile
19 lines
350 B
Makefile
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>
|