2012-09-22 23:15:50 +02:00
|
|
|
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
2003-10-07 12:26:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_pgsql
|
2006-03-19 11:53:24 +01:00
|
|
|
PORTVERSION= 2.0.3
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 2
|
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
|
|
|
|
|
2009-05-17 09:24:35 +02:00
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
USE_PGSQL= yes
|
2012-09-22 23:15:50 +02:00
|
|
|
USE_APACHE= 22
|
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
|
2012-08-18 16:29:08 +02:00
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
2005-12-04 22:08:46 +01:00
|
|
|
PORTDOCS= mod_auth_pgsql.html
|
2003-10-07 12:26:44 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
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>
|