diff options
author | abs <abs@pkgsrc.org> | 2007-01-13 21:24:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-13 21:24:58 +0000 |
commit | 953d0a18e7ccfdb9abeba7e0d241a202e800b2f9 (patch) | |
tree | e7862ea4b0c09b96c459afcea4e5b9f212e111ae /mail/p5-Mail-Box | |
parent | adba20d97e03e5ebdbb73103be7a322b031750ed (diff) | |
download | pkgsrc-953d0a18e7ccfdb9abeba7e0d241a202e800b2f9.tar.gz |
p5-File-Spec has gone (superseded by p5-PathTools), but the version in
the perl in pkgsrc should be enough for these packages. Bump PKGREVISIONs
Cleanup for PR pkg/35402
Diffstat (limited to 'mail/p5-Mail-Box')
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index 4b309d7e3ac..c8c97dc627a 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/08/06 15:29:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2007/01/13 21:24:58 abs Exp $ DISTNAME= Mail-Box-2.066 +PKGREVISION= 1 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -10,7 +11,6 @@ HOMEPAGE= http://perl.overmeer.net/mailbox/ COMMENT= Set of packages which implement methods to handle e-mail DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate -DEPENDS+= p5-File-Spec>=0.7:../../devel/p5-File-Spec DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy DEPENDS+= p5-Scalar-List-Utils>=1.13:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later |