freebsd-ports/www/mod_auth_pgsql2/Makefile
Clement Laforet 7c4b53d9ee - Update to 2.0.3
- Now it works with apache 2.2, so we bump USE_APACHE to 20+

PR:		ports/93748
Submitted by:	Larry Rosenman <ler@lerctr.org>
2006-03-19 10:53:24 +00:00

32 lines
733 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.3
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_LIB?= ${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>