1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/rpki-client/Makefile

30 lines
642 B
Makefile

PORTNAME= rpki-client
DISTVERSION= 9.0
CATEGORIES= net
MASTER_SITES= OPENBSD
MASTER_SITE_SUBDIR=rpki-client
MAINTAINER= bofh@FreeBSD.org
COMMENT= Resource Public Key Infrastructure (RPKI) implementation from OpenBSD
WWW= https://www.rpki-client.org/
LICENSE= ISCL
BUILD_DEPENDS= rsync>0:net/rsync
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libtls.so:security/libretls
RUN_DEPENDS= rsync>0:net/rsync
USES= autoreconf:build libtool pkgconfig ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-libtls=libtls
USERS= _rpki-client
GROUPS= ${USERS}
PLIST_SUB= USERS="${USERS}"
.include <bsd.port.mk>