mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
7e823ca9cb
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>
9 lines
380 B
Plaintext
9 lines
380 B
Plaintext
libexec/apache/mod_auth_pgsql.so
|
|
@exec %D/sbin/apxs -e -a -n auth_pgsql %f
|
|
@unexec %D/sbin/apxs -e -A -n auth_pgsql %f
|
|
%%DOC%%share/doc/%%AUTH_PGSQL_DOCS%%/README
|
|
%%DOC%%share/doc/%%AUTH_PGSQL_DOCS%%/index.html
|
|
%%DOC%%@exec (cd %D/share/doc && ln -sf %%AUTH_PGSQL_DOCS%% mod_auth_pgsql)
|
|
%%DOC%%@unexec rm -f %D/share/doc/mod_auth_pgsql
|
|
%%DOC%%@dirrm share/doc/%%AUTH_PGSQL_DOCS%%
|