summaryrefslogtreecommitdiff
path: root/devel/p5-Cache-Cache/Makefile
diff options
context:
space:
mode:
authorhe <he>2003-08-30 18:47:51 +0000
committerhe <he>2003-08-30 18:47:51 +0000
commitf8b45d4c2c9ad32007efae455fb991799ae12d82 (patch)
tree48086812c67a3688e85690755bd9ef1d52ab6e1d /devel/p5-Cache-Cache/Makefile
parent7cd4ad936656bc26e65084bf930c3c188fef8215 (diff)
downloadpkgsrc-f8b45d4c2c9ad32007efae455fb991799ae12d82.tar.gz
Import p5-Cache-Cache version 1.02.
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/p5-Cache-Cache/Makefile')
-rw-r--r--devel/p5-Cache-Cache/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Cache-Cache/Makefile b/devel/p5-Cache-Cache/Makefile
new file mode 100644
index 00000000000..84f354d7ed9
--- /dev/null
+++ b/devel/p5-Cache-Cache/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 18:47:51 he Exp $
+#
+
+DISTNAME= Cache-Cache-1.02
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cc
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://perl-cache.sourceforge.net/
+COMMENT= The Cache interface
+
+DEPENDS+= p5-IPC-ShareLite>=0.09:../../devel/p5-IPC-ShareLite
+DEPENDS+= p5-Error>=0.15:../../devel/p5-Error
+DEPENDS+= p5-Digest-SHA1>=2.02:../../security/p5-Digest-SHA1
+DEPENDS+= p5-Storable>=1.014:../../devel/p5-Storable
+DEPENDS+= p5-IPC-ShareLite>=0.09:../../devel/p5-IPC-ShareLite
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Cache/Cache/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"