pkgsrc/mail/p5-Email-Sender/Makefile
hiramatsu cdeb1e671f Update p5-Email-Sender to 0.110001.
Changes from previous:
0.110001  2011-04-03 16:32:15 America/New_York

          prevent Test::MinimumVersion test from causing a requirement on T::MV
          and, thus, PPI!  Thanks for the report, Matt S. Trout!

0.110000  2011-03-17 21:40:36 America/New_York
          provide a much clearer and more fatal error when SASL authentication
          has failed because Authen::SASL or MIME::Base64 is not available
2011-11-12 01:21:41 +00:00

28 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2011/11/12 01:21:41 hiramatsu Exp $
DISTNAME= Email-Sender-0.110001
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-Sender/
COMMENT= Email::Sender - a library for sending email
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Capture-Tiny>=0.08:../../devel/p5-Capture-Tiny
DEPENDS+= p5-Email-Abstract>=3:../../mail/p5-Email-Abstract
DEPENDS+= p5-Email-Address-[0-9]*:../../mail/p5-Email-Address
DEPENDS+= p5-Email-Simple>=1.998:../../mail/p5-Email-Simple
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Moose>=0.70:../../devel/p5-Moose
DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net
DEPENDS+= p5-Throwable>=0.100090:../../devel/p5-Throwable
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
PERL5_PACKLIST= auto/Email/Sender/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"