most recent changes, diff for p5-cache-cache

Index: perl/p5-cache-cache/Portfile
--- perl/p5-cache-cache/Portfile (revision 33893)
+++ perl/p5-cache-cache/Portfile (revision 33894)
@@ -1,22 +1,25 @@
# $Id$

-PortSystem 1.0
-PortGroup perl5 1.0
-perl5.setup Cache-Cache 1.05
-maintainers narf_tm openmaintainer
-description Cache::Cache, the Cache interface
-long_description \
- The Cache modules are designed to assist a developer in persisting data \
- for a specified period of time. Often these modules are used in web \
- applications to store data locally to save repeated and redundant \
- expensive calls to remote machines or databases. People have also been \
- known to use Cache::Cache for its straightforward interface in sharing \
- data between runs of an application or invocations of a CGI-style \
- script or simply as an easy to use abstraction of the filesystem or \
- shared memory.
+PortSystem 1.0
+PortGroup perl5 1.0

-platforms darwin
+perl5.setup Cache-Cache 1.05
+maintainers narf_tm openmaintainer
+description Cache::Cache, the Cache interface
+long_description The Cache modules are designed to assist a developer \
+ in persisting data for a specified period of time. \
+ Often these modules are used in web applications to \
+ store data locally to save repeated and redundant \
+ expensive calls to remote machines or databases. \
+ People have also been known to use Cache::Cache for \
+ its straightforward interface in sharing data between \
+ runs of an application or invocations of a CGI-style \
+ script or simply as an easy to use abstraction of the \
+ filesystem or shared memory.

-checksums md5 09e4d37979c8f8ce2518e1d1ccd10d99
+platforms darwin

-depends_lib-append port:p5-error port:p5-digest-sha1
+checksums md5 09e4d37979c8f8ce2518e1d1ccd10d99
+
+depends_lib-append port:p5-error \
+ port:p5-digest-sha1