freebsd-ports/www/mod_auth_useragent/Makefile
Clement Laforet 330ad6677d - Add mirror to fix the build for release.
Notice by:      bento via kris
Approved by:    portmgr (marcus)
2004-04-21 17:09:30 +00:00

31 lines
724 B
Makefile

# New ports collection makefile for: mod_auth_useragent
# Date created: Apr 16 2004
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_auth_useragent
PORTVERSION= 1.0
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/ \
http://sheepkiller.nerim.net/ports/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Allows you to forbid clients based on their User-Agent
WANT_APACHE= 13
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= README faq.html
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>