2003-10-07 12:26:44 +02:00
|
|
|
# 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
|
2006-03-03 15:48:28 +01:00
|
|
|
PORTREVISION= 3
|
2003-10-07 12:26:44 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-10-07 12:26:44 +02:00
|
|
|
COMMENT= Allows users to use PostgreSQL databases for user authentication
|
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
USE_PGSQL= yes
|
2005-12-04 22:08:46 +01:00
|
|
|
USE_APACHE= 20
|
2003-10-07 12:26:44 +02:00
|
|
|
|
2004-02-06 12:21:00 +01:00
|
|
|
LATEST_LINK= mod_auth_pgsql2
|
|
|
|
|
2005-12-04 22:08:46 +01:00
|
|
|
AP_INC?= ${LOCALBASE}/include
|
2006-03-03 15:48:28 +01:00
|
|
|
AP_LIB?= ${LOCALBASE}/lib -lpq
|
2005-12-04 22:08:46 +01:00
|
|
|
AP_FAST_BUILD= YES
|
|
|
|
AP_GENPLIST= YES
|
|
|
|
PORTDOCS= mod_auth_pgsql.html
|
2003-10-07 12:26:44 +02:00
|
|
|
|
2005-12-04 22:08:46 +01:00
|
|
|
post-install:
|
2003-10-07 12:26:44 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|