1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +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:
Martin Wilke 2007-07-06 23:07:44 +00:00
parent c554feaf60
commit ff775596cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195112
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View 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

View File

@ -0,0 +1,3 @@
Provides basic Radius auth services for Apache.
WWW: http://www.outoforder.cc/projects/apache/mod_auth_xradius/