2017-05-18 23:19:31 +02:00
|
|
|
PORTNAME= radcli
|
2020-11-21 10:18:14 +01:00
|
|
|
PORTVERSION= 1.3.0
|
2020-02-27 22:26:47 +01:00
|
|
|
MASTER_SITES= https://github.com/radcli/radcli/releases/download/${PORTVERSION}/
|
2017-05-18 23:19:31 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2020-02-27 22:26:47 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2017-05-18 23:19:31 +02:00
|
|
|
COMMENT= Simple RADIUS client library
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://radcli.github.io/radcli/
|
2017-05-18 23:19:31 +02:00
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
|
|
|
libnettle.so:security/nettle
|
|
|
|
|
2020-02-27 22:26:47 +01:00
|
|
|
USES= libtool pathfix pkgconfig
|
|
|
|
|
2017-05-18 23:19:31 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2020-02-27 22:26:47 +01:00
|
|
|
USE_LDCONFIG= yes
|
2017-05-18 23:19:31 +02:00
|
|
|
|
|
|
|
post-install:
|
2020-02-27 22:26:47 +01:00
|
|
|
.for file in radiusclient.conf radiusclient-tls.conf servers servers-tls
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/etc/${file} ${STAGEDIR}${PREFIX}/etc/radcli/${file}.sample
|
2017-05-18 23:19:31 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|