1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/mod_auth_xradius/Makefile
2014-01-28 13:34:43 +00:00

22 lines
416 B
Makefile

# 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= mwlucas@FreeBSD.org
COMMENT= Enables RADIUS authentication
USE_APACHE= 22
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= ${APACHEMODDIR}/mod_auth_xradius.so
.include <bsd.port.mk>