blob: ae3e293cd580f7705625c9e074ea4e76c051b13e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= mod_auth_xradius
PORTVERSION= 0.4.6
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.outoforder.cc/downloads/mod_auth_xradius/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Enables RADIUS authentication
WWW= http://www.outoforder.cc/projects/apache/mod_auth_xradius/
LICENSE= APACHE20
USES= apache tar:bzip2
GNU_CONFIGURE= yes
# Seems dead upstream. Don't expect a proper fix.
CFLAGS+= -fcommon
PLIST_FILES= ${APACHEMODDIR}/mod_auth_xradius.so
.include <bsd.port.mk>
|