2004-04-16 18:20:16 +02:00
|
|
|
# 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
|
2004-04-21 19:09:30 +02:00
|
|
|
MASTER_SITES= http://download.tangent.org/ \
|
|
|
|
http://sheepkiller.nerim.net/ports/${PORTNAME}/
|
2004-04-16 18:20:16 +02:00
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2004-04-16 18:20:16 +02:00
|
|
|
COMMENT= Allows you to forbid clients based on their User-Agent
|
|
|
|
|
2005-12-04 15:08:56 +01:00
|
|
|
USE_APACHE= 13
|
2004-04-16 18:20:16 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
PORTDOCS= README faq.html
|
|
|
|
|
2005-12-04 15:08:56 +01:00
|
|
|
post-install:
|
2004-04-16 18:20:16 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2005-12-04 15:08:56 +01:00
|
|
|
.include <bsd.port.mk>
|