aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_useragent/Makefile
blob: b550aca4020d550c22907c6b490ff0d8887e7163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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/

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>