Prune www/mod_log_config-st
[dports.git] / www / mod_auth_external2 / Makefile
1 # Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2 # $FreeBSD$
3
4 PORTNAME=       mod_auth_external
5 PORTVERSION=    2.2.11
6 PORTREVISION=   1
7 CATEGORIES=     www
8 MASTER_SITES=   GOGLE_CODE
9 PKGNAMESUFFIX=  2
10 DIST_SUBDIR=    apache2
11
12 MAINTAINER=     apache@FreeBSD.org
13 COMMENT=        Allows users authentication based on external mechanisms
14
15 LICENSE=        APACHE20
16
17 USE_APACHE=     22+
18 AP_FAST_BUILD=  yes
19 AP_GENPLIST=    yes
20 SHORTMODNAME=   auth_external
21
22 PORTDOCS=       AUTHENTICATORS INSTALL README
23
24 post-install:
25         @${MKDIR} ${STAGEDIR}${DOCSDIR}
26         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
27
28 .include <bsd.port.mk>