summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-07-11 14:28:46 +0000
committerseb <seb@pkgsrc.org>2010-07-11 14:28:46 +0000
commitcd50fbbceb47479ce1d4ee1b3cdcbf0c2438834c (patch)
tree021f19c21e8a9812bb4f9604e4f4f09f716f5807
parentfb42c4b2dd71f4d54cda51dd7ab82737a732a3dc (diff)
downloadpkgsrc-cd50fbbceb47479ce1d4ee1b3cdcbf0c2438834c.tar.gz
Initial import of p5-App-Cache version 0.37 in the NetBSD Packages
Collection. The Perl 5 module App::Cache lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving information from the network or when it has to complete a large calculation.
-rw-r--r--devel/p5-App-Cache/DESCR4
-rw-r--r--devel/p5-App-Cache/Makefile26
-rw-r--r--devel/p5-App-Cache/distinfo5
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-App-Cache/DESCR b/devel/p5-App-Cache/DESCR
new file mode 100644
index 00000000000..6f4a4ea7de8
--- /dev/null
+++ b/devel/p5-App-Cache/DESCR
@@ -0,0 +1,4 @@
+The Perl 5 module App::Cache lets an application cache data locally.
+There are a few times an application would need to cache data: when
+it is retrieving information from the network or when it has to
+complete a large calculation.
diff --git a/devel/p5-App-Cache/Makefile b/devel/p5-App-Cache/Makefile
new file mode 100644
index 00000000000..711c62b850b
--- /dev/null
+++ b/devel/p5-App-Cache/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/11 14:28:46 seb Exp $
+#
+
+DISTNAME= App-Cache-0.37
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/App-Cache/
+COMMENT= Perl 5 module providing easy application-level caching
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/App/Cache/.packlist
+
+DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained
+DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
+DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
+DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-App-Cache/distinfo b/devel/p5-App-Cache/distinfo
new file mode 100644
index 00000000000..cf1c34b31a5
--- /dev/null
+++ b/devel/p5-App-Cache/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/11 14:28:46 seb Exp $
+
+SHA1 (App-Cache-0.37.tar.gz) = 82a9abef99e53f1bc6410811303d401cc3f7605b
+RMD160 (App-Cache-0.37.tar.gz) = f7d5039dafe23a702a385a8cf58a25d4b6676fe6
+Size (App-Cache-0.37.tar.gz) = 5690 bytes