ports/net/radcli/Makefile

30 lines
695 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= simple RADIUS client library
SHARED_LIBS += radcli 1.0 # 8.0
V= 1.3.1
DISTNAME= radcli-$V
CATEGORIES= net
HOMEPAGE= https://radcli.github.io/radcli/
# recent code BSD, some old MERIT/Livingston
PERMIT_PACKAGE= Yes
WANTLIB += brotlidec brotlienc gmp gnutls hogweed iconv idn2 intl
WANTLIB += nettle p11-kit pthread tasn1 unistring z zstd
2023-09-27 17:15:09 +00:00
SITES= https://github.com/radcli/radcli/releases/download/$V/
2023-08-16 22:26:55 +00:00
LIB_DEPENDS= security/gnutls
FAKE_FLAGS= pkgsysconfdir=${PREFIX}/share/examples/radcli
CONFIGURE_STYLE= gnu
# most tests need a running local RADIUS server; the script (ns.sh)
# provided to run this only supports Linux with netns.
.include <bsd.port.mk>