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@
32 lines
705 B
Makefile
32 lines
705 B
Makefile
# Created by: Anders Nordby <anders@fix.no>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_extract_forwarded
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.openinfo.co.uk/apache/
|
|
DISTNAME= extract_forwarded-${DISTVERSION}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= An Apache module that can make proxied requests appear with client IP
|
|
|
|
USE_APACHE= 22
|
|
WRKSRC= ${WRKDIR}/extract_forwarded
|
|
PORTDOCS= INSTALL README
|
|
MAKE_JOBS_SAFE= yes
|
|
CONFLICTS= mod_extract_forwarded-1.*
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}/
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
.endfor
|
|
.endif
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|