Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / mod_auth_pgsql2 / Makefile
1 # Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
2 # $FreeBSD$
3
4 PORTNAME=       mod_auth_pgsql
5 PORTVERSION=    2.0.3
6 PORTREVISION=   2
7 CATEGORIES=     www
8 MASTER_SITES=   http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
9 PKGNAMESUFFIX=  2
10
11 MAINTAINER=     apache@FreeBSD.org
12 COMMENT=        Allows users to use PostgreSQL databases for user authentication
13
14 USES=           apache:2.2+ pgsql
15
16 AP_INC?=        ${LOCALBASE}/include
17 AP_LIB?=        ${LOCALBASE}/lib -lpq
18 AP_FAST_BUILD=  yes
19 AP_GENPLIST=    yes
20 PORTDOCS=       mod_auth_pgsql.html
21
22 OPTIONS_DEFINE= DOCS
23
24 post-install:
25         @${MKDIR} ${STAGEDIR}${DOCSDIR}
26         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
27
28 .include <bsd.port.mk>