aboutsummaryrefslogtreecommitdiff
path: root/www/mod_extract_forwarded/Makefile
blob: 4bc55a66fdc61dcd9e08a38e6611577bb987fd1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	mod_extract_forwarded
# Date created:		9 June 2001
# Whom:			Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=	mod_extract_forwarded
PORTVERSION=	2.0.2
PORTREVISION=	2
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=	20+
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>