Wed Feb 25 20:51:11 2009 UTC ()
Update required perl version to 5.8.1 to ensure additional dependencies
- Scalar::Util 1.0.2 - core in 5.7.3
- Test::More 0.47    - core in 5.8.1


(sno)
diff -r1.8 -r1.9 pkgsrc/mail/p5-Email-Send/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/mail/p5-Email-Send/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-Email-Send/Makefile 2009/01/05 13:08:49 1.8
+++ pkgsrc/mail/p5-Email-Send/Makefile 2009/02/25 20:51:11 1.9
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.8 2009/01/05 13:08:49 he Exp $ 1# $NetBSD: Makefile,v 1.9 2009/02/25 20:51:11 sno Exp $
2 2
3DISTNAME= Email-Send-2.194 3DISTNAME= Email-Send-2.194
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= mail perl5 5CATEGORIES= mail perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Email-Send/ 9HOMEPAGE= http://search.cpan.org/dist/Email-Send/
10COMMENT= Email::Send - Simply Sending Email 10COMMENT= Email::Send - Simply Sending Email
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple 14DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
15DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address 15DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address
16DEPENDS+= p5-Email-Simple>=1.92:../../mail/p5-Email-Simple 16DEPENDS+= p5-Email-Simple>=1.92:../../mail/p5-Email-Simple
17DEPENDS+= p5-Module-Pluggable>=2.97:../../devel/p5-Module-Pluggable 17DEPENDS+= p5-Module-Pluggable>=2.97:../../devel/p5-Module-Pluggable
18DEPENDS+= p5-Return-Value>=1.28:../../devel/p5-Return-Value 18DEPENDS+= p5-Return-Value>=1.28:../../devel/p5-Return-Value
19 19
20PERL5_REQD+= 5.6.0 20PERL5_REQD+= 5.8.1
21 21
22PERL5_PACKLIST= auto/Email/Send/.packlist 22PERL5_PACKLIST= auto/Email/Send/.packlist
23 23
24.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"