mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
b7fc7ba655
- adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@
23 lines
437 B
Makefile
23 lines
437 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
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
USE_APACHE= 22
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= ${APACHEMODDIR}/mod_auth_xradius.so
|
|
|
|
.include <bsd.port.mk>
|