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 | b362cdf6ca6e15d9c5626946935ca5a6961a2a0b (patch) | |
tree | 7454480abd0b02e5a802849b4bb0b9ba8fc726e7 /mail/p5-Mail-Mbox-MessageParser | |
parent | 217eae48c69f0a411841255e10e1a3a34ee49624 (diff) | |
download | pkgsrc-b362cdf6ca6e15d9c5626946935ca5a6961a2a0b.tar.gz |
Comment out p5-Storable dependency; included in perl since 5.7.3.
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index d82b2c2515c..61bb3db426f 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 12:41:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Mail-Mbox-MessageParser-1.5002 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -12,7 +12,7 @@ COMMENT= Perl5 module for parsing mail messages LICENSE= gnu-gpl-v2 DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget -DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff |