diff options
Diffstat (limited to 'mail/p5-Email-Send/Makefile')
-rw-r--r-- | mail/p5-Email-Send/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index 127791529aa..883f30f3b86 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2014/05/29 23:36:48 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/05/31 12:56:55 wiz Exp $ DISTNAME= Email-Send-2.199 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} @@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address DEPENDS+= p5-Email-Simple>=1.92:../../mail/p5-Email-Simple -DEPENDS+= {perl>=5.10,p5-Module-Pluggable>=2.97}:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Module-Pluggable>=2.97:../../devel/p5-Module-Pluggable DEPENDS+= p5-Return-Value>=1.28:../../devel/p5-Return-Value PERL5_REQD+= 5.8.1 |