diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-20 03:44:44 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-20 03:44:44 +0800 |
commit | 93dd146d417a68218f582b638c61d01372d540e8 (patch) | |
tree | d2fb2b9da3422e347302abc5d783e1a94d372f3a /www/Makefile | |
parent | 0e50cb563eec251a4987fe32f1cd80743bf4a3ac (diff) | |
download | freebsd-ports-gnome-93dd146d417a68218f582b638c61d01372d540e8.tar.gz freebsd-ports-gnome-93dd146d417a68218f582b638c61d01372d540e8.tar.zst freebsd-ports-gnome-93dd146d417a68218f582b638c61d01372d540e8.zip |
Extends base class with a file cache.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Cache-FileCache/
PR: ports/90662
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 fcd713d66f7f..663825ef9a74 100644 --- a/www/Makefile +++ b/www/Makefile @@ -499,6 +499,7 @@ SUBDIR += p5-Catalyst-Plugin-Authorization-ACL SUBDIR += p5-Catalyst-Plugin-Authorization-Roles SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap + SUBDIR += p5-Catalyst-Plugin-Cache-FileCache SUBDIR += p5-Catalyst-Plugin-Cache-Memcached SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-FillInForm |