diff options
author | jeh <jeh@FreeBSD.org> | 2001-01-13 09:29:38 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-01-13 09:29:38 +0800 |
commit | ddca648321877f261d01a466d3bc7638821a27cf (patch) | |
tree | bf0dbc726f933d010bd1382b5f8c52c2348b0e38 /www/Makefile | |
parent | 42663697151412685d9d0a162065f03c0b058730 (diff) | |
download | freebsd-ports-gnome-ddca648321877f261d01a466d3bc7638821a27cf.tar.gz freebsd-ports-gnome-ddca648321877f261d01a466d3bc7638821a27cf.tar.zst freebsd-ports-gnome-ddca648321877f261d01a466d3bc7638821a27cf.zip |
New Port: www/mod_auth_pgsql
Functionally equivalent to the mod_auth_mysql, but uses
PostgreSQL database as a back-end.
PR: 22757
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 29e10a91d6f8..d58dcf0410a0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -100,6 +100,7 @@ SUBDIR += mmosaic SUBDIR += mod_access_referer SUBDIR += mod_auth_mysql + SUBDIR += mod_auth_pgsql SUBDIR += mod_dav SUBDIR += mod_dtcl SUBDIR += mod_fastcgi |