summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorhe <he>2003-08-30 18:55:40 +0000
committerhe <he>2003-08-30 18:55:40 +0000
commit11d0da9afd0488388a8ef918ad1bebc3e92d3e86 (patch)
tree1047173048bf4889969532a21c3849601695197f /devel/Makefile
parent63779ba7f56d65e13405fc6d869fb7b679e262a5 (diff)
downloadpkgsrc-11d0da9afd0488388a8ef918ad1bebc3e92d3e86.tar.gz
Enable p5-Cache-Cache.
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.
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 821762e5aa8..91a65e24b17 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.413 2003/08/30 07:17:52 taca Exp $
+# $NetBSD: Makefile,v 1.414 2003/08/30 18:55:40 he Exp $
#
COMMENT= Development utilities
@@ -238,6 +238,7 @@ SUBDIR+= p5-Bit-Vector
SUBDIR+= p5-Class-Loader
SUBDIR+= p5-Class-ObjectTemplate
SUBDIR+= p5-Class-ReturnValue
+SUBDIR+= p5-Cache-Cache
SUBDIR+= p5-Compress-Zlib
SUBDIR+= p5-Config-General
SUBDIR+= p5-Config-IniFiles