freebsd-ports/www/mod_extract_forwarded2/Makefile
Clement Laforet 2901721bd4 - Convert to new USE_APACHE
- Use AP_FAST_BUILD and AP_GENPLIST
- Add SHA256
2005-12-04 21:24:52 +00:00

32 lines
680 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
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
USE_APACHE= 20+
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>