blob: 231d548a8977b56f9aff3c3bac0fd88a3684737a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: mwlucas
# $FreeBSD$
PORTNAME= mod_auth_xradius
PORTVERSION= 0.4.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.outoforder.cc/downloads/mod_auth_xradius/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Enables RADIUS authentication
USE_APACHE= 22+
USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= ${APACHEMODDIR}/mod_auth_xradius.so
.include <bsd.port.mk>
|