diff options
Diffstat (limited to 'mail/p5-Mail-Box/Makefile')
-rw-r--r-- | mail/p5-Mail-Box/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile index 29cac8f09e7..8c12c064bba 100644 --- a/mail/p5-Mail-Box/Makefile +++ b/mail/p5-Mail-Box/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2017/06/05 14:24:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2017/09/17 16:15:19 wiz Exp $ -DISTNAME= Mail-Box-2.120 +DISTNAME= Mail-Box-3.003 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -11,20 +10,18 @@ HOMEPAGE= http://perl.overmeer.net/mailbox/ COMMENT= Set of packages which implement methods to handle e-mail LICENSE= ${PERL5_LICENSE} -#DEPENDS+= {perl>=5.8.9,p5-Encode>=2.26}:../../textproc/p5-Encode DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate +DEPENDS+= p5-Devel-GlobalDestruction-[0-9]*:../../devel/p5-Devel-GlobalDestruction DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy -#DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Object-Realize-Later>=0.14:../../devel/p5-Object-Realize-Later DEPENDS+= p5-MIME-Types>=1.004:../../mail/p5-MIME-Types DEPENDS+= p5-URI>=1.23:../../www/p5-URI -#DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-User-Identity>=0.07:../../mail/p5-User-Identity DEPENDS+= p5-MailTools>=2.01:../../mail/p5-MailTools DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC DEPENDS+= p5-File-Remove-[0-9]*:../../sysutils/p5-File-Remove -#DEPENDS+= {perl>=5.10,p5-Test-Harness>=2.62}:../../devel/p5-Test-Harness +DEPENDS+= p5-Mail-Message-[0-9]*:../../mail/p5-Mail-Message PERL5_PACKLIST= auto/Mail/Box/.packlist |