mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
8169fecc96
maintainer timeout. PR: 238841 Submitted by: mat
21 lines
363 B
Makefile
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>
|