diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-19 19:21:24 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-19 19:21:24 +0000 |
commit | 0cf7118ea39603ff44daa037649549bd2dcacd1a (patch) | |
tree | 62245fcbedc50fa9b62ca8b291efb1f82a1acdea /www/Makefile | |
parent | bd57a966a3b697e08c0a91c10cab1d47cd250c7e (diff) | |
download | FreeBSD-ports-0cf7118ea39603ff44daa037649549bd2dcacd1a.zip FreeBSD-ports-0cf7118ea39603ff44daa037649549bd2dcacd1a.tar.gz |
Extends base class with a "mmap" cache.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-FastMmap/
PR: ports/90660
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 d2f8054..71baebb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -498,6 +498,7 @@ SUBDIR += p5-Catalyst-Plugin-Authentication-Store-Htpasswd SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles + SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormValidator |