freebsd-ports/www/mod_auth_mysql/pkg-plist
Neil Blakey-Milner 8936ab790f Add mod_auth_mysql, allowing apache to authenticate against a mysql
database.

PR:		ports/18730
Submitted by:	James Housley <jim@thehousleys.net>
2000-08-03 11:19:05 +00:00

9 lines
340 B
Plaintext

libexec/apache/libauth_mysql.so
@exec %D/sbin/apxs -e -a -n auth_mysql %f
@unexec %D/sbin/apxs -e -A -n auth_mysql %f
share/doc/%%AUTH_MYSQL_DOCS%%/README
share/doc/%%AUTH_MYSQL_DOCS%%/USAGE
@exec (cd %D/share/doc && ln -sf %%AUTH_MYSQL_DOCS%% mod_auth_mysql)
@unexec rm -rf %D/share/doc/mod_auth_mysql
@dirrm share/doc/%%AUTH_MYSQL_DOCS%%