pkgsrc/mail/p5-Email-Send/Makefile
rhaen 8053ba0461 updated to 2.192
ChangeLog:

2.192     2007-11-01
          horrible hack to fix regrettable decision in use of Module::Pluggable
            (see https://rt.cpan.org/Ticket/Display.html?id=30183)

2.191     2007-10-21
          use Test mailer, not IO::All, to test internal interfaces
            (thanks, Andreas)

2.190     2007-09-18
          fix bugs exposed by new Test::More

2.189     2007-09-17
          fix bugs exposed by new Test::More

2.188     2007-06-19
          added ->deliveries to Test mailer

2.187     2007-04-05
          Email::Send::IO removed to Email-Send-IO distribution

2.186     2007-04-02
          fix test libraries to work on 5.005
2008-07-22 13:30:24 +00:00

25 lines
800 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/07/22 13:30:24 rhaen Exp $
DISTNAME= Email-Send-2.192
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Send/
COMMENT= Email::Send - Simply Sending Email
PKG_DESTDIR_SUPPORT= user-destdir
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+= p5-Module-Pluggable>=2.97:../../devel/p5-Module-Pluggable
DEPENDS+= p5-Return-Value>=1.28:../../devel/p5-Return-Value
PERL5_REQD+= 5.6.0
PERL5_PACKLIST= auto/Email/Send/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"