freebsd-ports/www/mod_auth_xradius/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

23 lines
468 B
Makefile

# 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
MAKE_JOBS_SAFE= yes
USE_APACHE= 2.0+
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= ${APACHEMODDIR}/mod_auth_xradius.so
.include <bsd.port.mk>