aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pgsql
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-18 22:38:32 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-18 22:38:32 +0000
commit7710a67287b22cf0cf4de657f618fb40ce9004b7 (patch)
tree32136d27c812a003ef577d61ce8fd9f6b4a1c5d8 /www/mod_auth_pgsql
parentef5bbfd2b8c2edeeccc1f32f060f460b2ee8f07f (diff)
downloadports-7710a67287b22cf0cf4de657f618fb40ce9004b7.tar.gz
ports-7710a67287b22cf0cf4de657f618fb40ce9004b7.zip
Add dependency on libpq.3 and POSTGRESQL_PORT tunable. Grab
maintainership of ports while I'm here.
Notes
Notes: svn path=/head/; revision=73439
Diffstat (limited to 'www/mod_auth_pgsql')
-rw-r--r--www/mod_auth_pgsql/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile
index de2d944be166..e11317c87e4c 100644
--- a/www/mod_auth_pgsql/Makefile
+++ b/www/mod_auth_pgsql/Makefile
@@ -6,14 +6,15 @@
PORTNAME= mod_auth_pgsql
PORTVERSION= 0.9.12
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= seanc@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${APACHE_PORT}
-LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7
+LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
@@ -22,6 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
APXS?= ${LOCALBASE}/sbin/apxs
AP_PORT?= apache13
APACHE_PORT?= ${PORTSDIR}/www/${AP_PORT}
+POSTGRESQL_PORT?= databases/postgresql7
.if exists(${APXS})
APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no