mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Provides basic Radius auth services for Apache.
WWW: http://www.outoforder.cc/projects/apache/mod_auth_xradius/ PR: ports/114287 Submitted by: mwlucas@
This commit is contained in:
parent
c554feaf60
commit
ff775596cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195112
@ -327,6 +327,7 @@
|
||||
SUBDIR += mod_auth_pwcheck
|
||||
SUBDIR += mod_auth_remote
|
||||
SUBDIR += mod_auth_useragent
|
||||
SUBDIR += mod_auth_xradius
|
||||
SUBDIR += mod_authenticache
|
||||
SUBDIR += mod_authnz_external
|
||||
SUBDIR += mod_backhand
|
||||
|
21
www/mod_auth_xradius/Makefile
Normal file
21
www/mod_auth_xradius/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: mod_auth_xradius
|
||||
# Date created: 1 Jul 2007
|
||||
# Whom: mwlucas
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mod_auth_xradius
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.outoforder.cc/downloads/mod_auth_xradius/
|
||||
|
||||
MAINTAINER= mwlucas@FreeBSD.org
|
||||
COMMENT= Enables RADIUS authentication
|
||||
|
||||
USE_APACHE= 2.0+
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= ${APACHEMODDIR}/mod_auth_xradius.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/mod_auth_xradius/distinfo
Normal file
3
www/mod_auth_xradius/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mod_auth_xradius-0.4.6.tar.bz2) = eeecc96f15dec9fe0a9c78c0b022903d
|
||||
SHA256 (mod_auth_xradius-0.4.6.tar.bz2) = ab45f9986e37ca38ef6b8ae765e2baa647529c848c0d21b49abf60cc1e9fbf0b
|
||||
SIZE (mod_auth_xradius-0.4.6.tar.bz2) = 180591
|
3
www/mod_auth_xradius/pkg-descr
Normal file
3
www/mod_auth_xradius/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provides basic Radius auth services for Apache.
|
||||
|
||||
WWW: http://www.outoforder.cc/projects/apache/mod_auth_xradius/
|
Loading…
Reference in New Issue
Block a user