mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
The OpenVPN Radius Plugin provides RADIUS authentication
and accounting support for OpenVPN. WWW: http://www.nongnu.org/radiusplugin/index.html PR: ports/155259 Submitted by: Mikhail T. <m.tsatsenko at gmail.com>
This commit is contained in:
parent
9c32447de5
commit
c1a2070df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270311
@ -352,6 +352,7 @@
|
||||
SUBDIR += openvpn
|
||||
SUBDIR += openvpn-admin
|
||||
SUBDIR += openvpn-auth-ldap
|
||||
SUBDIR += openvpn-auth-radius
|
||||
SUBDIR += openvpn-beta
|
||||
SUBDIR += openvpn-devel
|
||||
SUBDIR += openvpn20
|
||||
|
46
security/openvpn-auth-radius/Makefile
Normal file
46
security/openvpn-auth-radius/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
# New ports collection makefile for: security/openvpn-auth-radius
|
||||
# Date created: 2011-03-04
|
||||
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openvpn-auth-radius
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.nongnu.org/radiusplugin/ \
|
||||
http://svn-cache.ipcopaddons.org/
|
||||
DISTNAME= radiusplugin_v${PORTVERSION}
|
||||
|
||||
MAINTAINER= m.tsatsenko@gmail.com
|
||||
COMMENT= RADIUS authentication plugin for OpenVPN
|
||||
|
||||
RUN_DEPENDS= openvpn:${PORTSDIR}/security/openvpn
|
||||
LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
LICENCE= GPLv2
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= Makefile.bsd
|
||||
WRKSRC= ${WRKDIR}/radiusplugin
|
||||
|
||||
PORTDOCS= README
|
||||
PORTEXAMPLES= radiusplugin.cnf
|
||||
PLIST_FILES= lib/radiusplugin.so
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_LIB} ${WRKSRC}/radiusplugin.so ${LOCALBASE}/lib
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/radiusplugin.cnf ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
security/openvpn-auth-radius/distinfo
Normal file
2
security/openvpn-auth-radius/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (radiusplugin_v2.1.tar.gz) = d858e9c26a2f71390ca2c0229eb3205fbe407876a6efda3f30433d20044ace88
|
||||
SIZE (radiusplugin_v2.1.tar.gz) = 239270
|
4
security/openvpn-auth-radius/pkg-descr
Normal file
4
security/openvpn-auth-radius/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The OpenVPN Radius Plugin provides RADIUS authentication
|
||||
and accounting support for OpenVPN.
|
||||
|
||||
WWW: http://www.nongnu.org/radiusplugin/index.html
|
Loading…
Reference in New Issue
Block a user