diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 14:34:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 14:34:29 +0000 |
commit | 9a88eab332b297e9d86a0ff67ee4a19b8ee67ed0 (patch) | |
tree | e1507da2e56ca2b58d474bd81c9750e4839e4c71 /www/Makefile | |
parent | 41d0e55090b05fa5eb3d43809fcf8d64fc057bca (diff) | |
download | ports-9a88eab332b297e9d86a0ff67ee4a19b8ee67ed0.tar.gz ports-9a88eab332b297e9d86a0ff67ee4a19b8ee67ed0.zip |
CGI::Application::Plugin::Authentication adds the ability to authenticate
users in your CGI::Application modules.
WWW: http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/
PR: ports/129005
Submitted by: George Hartzell <hartzell at alerce.com>
Notes
Notes:
svn path=/head/; revision=223940
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 6922dbc2fd77..79129ae5b379 100644 --- a/www/Makefile +++ b/www/Makefile @@ -627,6 +627,7 @@ SUBDIR += p5-CGI-Application-Dispatch SUBDIR += p5-CGI-Application-Dispatch-Server SUBDIR += p5-CGI-Application-Plugin-AnyTemplate + SUBDIR += p5-CGI-Application-Plugin-Authentication SUBDIR += p5-CGI-Application-Plugin-AutoRunmode SUBDIR += p5-CGI-Application-Plugin-DBH SUBDIR += p5-CGI-Application-Plugin-DebugScreen |