1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup Cache-Cache 1.04 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Cache::Cache, the Cache interface |
---|
8 | long_description \ |
---|
9 | The Cache modules are designed to assist a developer in persisting data \ |
---|
10 | for a specified period of time. Often these modules are used in web \ |
---|
11 | applications to store data locally to save repeated and redundant \ |
---|
12 | expensive calls to remote machines or databases. People have also been \ |
---|
13 | known to use Cache::Cache for its straightforward interface in sharing \ |
---|
14 | data between runs of an application or invocations of a CGI-style \ |
---|
15 | script or simply as an easy to use abstraction of the filesystem or \ |
---|
16 | shared memory. |
---|
17 | |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | checksums md5 60f79f31e74830dba1e0acda4d232d31 |
---|
21 | |
---|
22 | depends_lib-append lib:XXX:p5-error lib:XXX:p5-digest-sha1 |
---|