mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
98b8fc4cb0
- Use AP_FAST_BUILD and AP_GENPLIST - Add SHA256H
34 lines
751 B
Makefile
34 lines
751 B
Makefile
# New ports collection makefile for: mod_auth_pgsql2
|
|
# Date created: Mon Oct 6
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_auth_pgsql
|
|
PORTVERSION= 2.0.2b1
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Allows users to use PostgreSQL databases for user authentication
|
|
|
|
USE_PGSQL= yes
|
|
USE_APACHE= 20
|
|
|
|
LATEST_LINK= mod_auth_pgsql2
|
|
|
|
AP_INC?= ${LOCALBASE}/include
|
|
AP_LIBS?= ${LOCALBASE}/lib -lpq
|
|
AP_FAST_BUILD= YES
|
|
AP_GENPLIST= YES
|
|
PORTDOCS= mod_auth_pgsql.html
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|