# New ports collection makefile for:	mod_extract_forwarded2
# Date created:				Sun Nov  9
# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD: ports/www/mod_extract_forwarded2/Makefile,v 1.6 2009/05/17 07:24:30 pgollucci Exp $
#

PORTNAME=	mod_extract_forwarded2
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.cotds.org/${PORTNAME}/
DIST_SUBDIR=	apache2

MAINTAINER=	apache@FreeBSD.org
COMMENT=	An Apache module that can make proxied requests appear with client IP

MAKE_JOBS_SAFE=  yes

USE_APACHE=	20+
SHORTMODNAME=	extract_forwarded
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES

PORTDOCS=	doc.html README

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
