diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-02 11:33:49 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-10-02 11:33:49 +0000 |
commit | e96eb2109894ed25249d4c7bdaa82bca2b8947f8 (patch) | |
tree | 06ab2e7f8bc133a86d76fc25573898b734b59da1 /www/mod_auth_pgsql/Makefile | |
parent | 4e11187a6dd7f8157972f6dee80600a7bada8cf8 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_pgsql/Makefile')
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index 73037103da46..1cebe5ab838c 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ PORTNAME= mod_auth_pgsql -PORTVERSION= 0.9.5a -PORTREVISION= 1 +PORTVERSION= 0.9.9 CATEGORIES= www -MASTER_SITES= ftp://ftp.eurolink.it/pub/linux/postgreSQL/mod_auth_pgsql/ +MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ -MAINTAINER= mi@aldan.algebra.com +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} |