diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-24 09:57:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-24 09:57:02 +0000 |
commit | 32bcff2bd78fc8adb3b4d9b12b0a8827cdcb4ef1 (patch) | |
tree | 7454480abd0b02e5a802849b4bb0b9ba8fc726e7 /devel/p5-IPC-Cache | |
parent | bbd3ca7795873ab950bfd6fe21b01afa937f51e1 (diff) | |
download | pkgsrc-32bcff2bd78fc8adb3b4d9b12b0a8827cdcb4ef1.tar.gz |
Comment out p5-Storable dependency; included in perl since 5.7.3.
Diffstat (limited to 'devel/p5-IPC-Cache')
-rw-r--r-- | devel/p5-IPC-Cache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-IPC-Cache/Makefile b/devel/p5-IPC-Cache/Makefile index 98404b4b606..2b868ba2f2f 100644 --- a/devel/p5-IPC-Cache/Makefile +++ b/devel/p5-IPC-Cache/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2013/07/06 00:32:03 rodent Exp $ -# +# $NetBSD: Makefile,v 1.2 2013/11/24 09:57:03 wiz Exp $ DISTNAME= IPC-Cache-0.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} @@ -12,7 +12,7 @@ COMMENT= Perl module that implements an object storage space LICENSE= gnu-gpl-v1 DEPENDS+= p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite -DEPENDS+= p5-Storable>=0.607:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=0.607:../../devel/p5-Storable PERL5_PACKLIST= auto/IPC/Cache/.packlist USE_LANGUAGES= # none |