Upstream changes: 0.33 2013-02-13 - applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt.cpan.org/Ticket/Display.html?id=83241 - removed inc/ so running perl Makefile.PL would do so in author mode - removed META.yml, MANIFEST, and various other files that shouldn't be in git - updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" per https://rt.cpan.org/Ticket/Display.html?id=83195&results=0eb39711cb23f5f318a3738cf7d089df 0.32 2013-01-15 - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775 - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748 - Added patch (with additional tests) to enable proper content_type setting for email templates per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6 - Removed unneccesary test - Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162 0.31 2011-01-17 - Added handling and test for encoding and quoting parts RT #56391
37 lines
1.3 KiB
Makefile
37 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2013/08/23 07:03:16 wen Exp $
|
|
|
|
DISTNAME= Catalyst-View-Email-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Catalyst-View-Email/
|
|
COMMENT= Send Templated Email from Catalyst
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Authen-SASL>=2.13:../../security/p5-Authen-SASL
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.70000:../../www/p5-Catalyst-Runtime
|
|
# Email::MIME-1.900 merges Email::MIME::Creator
|
|
DEPENDS+= p5-Email-MIME>=1.900:../../mail/p5-Email-MIME
|
|
DEPENDS+= p5-Email-Sender>=0.100110:../../mail/p5-Email-Sender
|
|
DEPENDS+= {perl>=5.10.1,p5-MIME-Base64>=3.08}:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Moose>=0.93:../../devel/p5-Moose
|
|
DEPENDS+= {perl>=5.12.0,p5-parent>=0.223}:../../devel/p5-parent
|
|
|
|
BUILD_DEPENDS+= p5-Catalyst-View-Mason-[0-9]*:../../www/p5-Catalyst-View-Mason
|
|
BUILD_DEPENDS+= p5-Catalyst-View-TT-[0-9]*:../../www/p5-Catalyst-View-TT
|
|
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/View/Email/.packlist
|
|
|
|
# M:I:AI switch - this is EU:MM module
|
|
#MAKE_ENV+= PERL_AUTOINSTALL=--skipdeps
|
|
|
|
EXTRACT_USING= gtar
|
|
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|