d032d83671
1.3.x by repocopy.
37 lines
813 B
Makefile
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>
|