diff options
Diffstat (limited to 'mail/p5-MIME-tools/Makefile')
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index 3962f12f31f..e65617724e1 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.44 2013/05/31 12:41:17 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2013/12/09 14:17:49 obache Exp $ DISTNAME= MIME-tools-5.504 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5mit CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} @@ -12,9 +12,9 @@ HOMEPAGE= http://search.cpan.org/dist/MIME-tools/ COMMENT= Perl5 modules for encoding and decoding MIME messages LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp +DEPENDS+= {perl>=5.9.5,p5-File-Temp>=0.18}:../../devel/p5-File-Temp DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.03}:../../converters/p5-MIME-Base64 DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools # missing dependency in Makefile, see # https://rt.cpan.org/Public/Bug/Display.html?id=72223 |