summaryrefslogtreecommitdiff
path: root/devel/p5-Cache
diff options
context:
space:
mode:
authorwiz <wiz>2013-11-24 09:57:02 +0000
committerwiz <wiz>2013-11-24 09:57:02 +0000
commitacffcb64058d417d2abc3b48d5e8d37b0a5a7326 (patch)
tree7454480abd0b02e5a802849b4bb0b9ba8fc726e7 /devel/p5-Cache
parent18a96f2cce920b4cf2b73958c2296a85d041878f (diff)
downloadpkgsrc-acffcb64058d417d2abc3b48d5e8d37b0a5a7326.tar.gz
Comment out p5-Storable dependency; included in perl since 5.7.3.
Diffstat (limited to 'devel/p5-Cache')
-rw-r--r--devel/p5-Cache/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Cache/Makefile b/devel/p5-Cache/Makefile
index 775ce4180ba..4a021f25ac5 100644
--- a/devel/p5-Cache/Makefile
+++ b/devel/p5-Cache/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:06 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/11/24 09:57:03 wiz Exp $
DISTNAME= Cache-2.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} \
${MASTER_SITE_SOURCEFORGE:=perl-cache/}
@@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-File-NFSLock>=1.20:../../devel/p5-File-NFSLock
DEPENDS+= p5-Heap>=0.01:../../devel/p5-Heap
DEPENDS+= p5-IO-String>=1.02:../../devel/p5-IO-String
-DEPENDS+= p5-Storable>=1.00:../../devel/p5-Storable
+#DEPENDS+= p5-Storable>=1.00:../../devel/p5-Storable
DEPENDS+= p5-TimeDate>=1.00:../../time/p5-TimeDate
DEPENDS+= p5-Digest-SHA1>=2.01:../../security/p5-Digest-SHA1