diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /mail/p5-MIME-Lite | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'mail/p5-MIME-Lite')
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index 61395749336..ed6cc57632b 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2013/05/31 12:41:17 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2013/12/09 14:17:49 obache Exp $ DISTNAME= MIME-Lite-3.029 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5mil CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format DEPENDS+= p5-MailTools>=1.62:../../mail/p5-MailTools -DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 # MIME::QuotedPrint is part of p5-MIME-Base64 package DEPENDS+= p5-MIME-Types>=1.28:../../mail/p5-MIME-Types |