diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-12 23:02:41 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-12 23:02:41 +0800 |
commit | 27d7db048f339794397543fba1b4713528c6dfdf (patch) | |
tree | 42ca574f02ed72c4c8bdf2ff20b7292b25aa3f54 /www/Makefile | |
parent | a6d152bf287ea215779f136fd8272ef8c449214d (diff) | |
download | freebsd-ports-gnome-27d7db048f339794397543fba1b4713528c6dfdf.tar.gz freebsd-ports-gnome-27d7db048f339794397543fba1b4713528c6dfdf.tar.zst freebsd-ports-gnome-27d7db048f339794397543fba1b4713528c6dfdf.zip |
This plugin uses "Authen::Htpasswd" to let your application use
".htpasswd" files for it's authentication storage.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-Htpasswd/
PR: ports/90274
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
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 0c83c6d75dc3..96dbabd9ee3e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -497,6 +497,7 @@ SUBDIR += p5-Catalyst-Plugin-Authentication SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI SUBDIR += p5-Catalyst-Plugin-Authentication-Store-DBIC + SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-FillInForm |