freebsd-ports/www/mod_auth_xradius/Makefile
Mark Felder e2362a17a9 Include high availability patch to give us feature parity with Linux
distros which include this patch in their packages for many years now.

PR:		198498
2015-04-28 13:36:55 +00:00

22 lines
435 B
Makefile

# Created by: mwlucas
# $FreeBSD$
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
LICENSE= APACHE20
USE_APACHE= 22+
USES= tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= ${APACHEMODDIR}/mod_auth_xradius.so
.include <bsd.port.mk>