freebsd-ports/www/mod_extract_forwarded2/Makefile
2009-10-11 14:41:06 +00:00

37 lines
813 B
Makefile

# New ports collection makefile for: mod_extract_forwarded2
# Date created: Sun Nov 9
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
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
CONFLICTS= mod_extract_forwarded-1.* mod_extract_forwarded-2.*
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>