Ticket #2942: Portfile

File Portfile, 823 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Cache-Cache 1.04
6maintainers                     mat@FreeBSD.org
7description                     Cache::Cache, the Cache interface
8long_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
18platforms                       darwin
19
20checksums md5 60f79f31e74830dba1e0acda4d232d31
21
22depends_lib-append  lib:XXX:p5-error lib:XXX:p5-digest-sha1