f1be0ce2ca
pkgsrc changes: - Add license definition - Adjust dependencies Upstream changes: 0.23 2010-01-30 - removed Email::Send::Test from t/lib/* views 0.22 2010-01-28 - small fixes, version bumpage etc 0.21_01 2010-01-27 - dev release to test recent fixes 0.21 2010-01-27 - provided a sane MANIFEST.SKIP for dzil 0.20 2010-01-26 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org> 0.19 2010-01-18 - fixed optional dependencies - added META stuff back in 0.18 2010-01-17 - Fixed version dependencies for failing regressions - added Email::Send::Test as a dependency 0.17 2010-01-14 - fixed MANIFEST 0.16 2010-01-12 - Fixed a Makefile.PL issue 0.15 2010-01-12 - Fixed teeny version issue with Email::Sender::Simple 0.14 2010-01-09 - Ported over to using Email::Sender::Simple, and Moose - Fixed Mason test so that it doesn't choke, as around 'process' seems to make it die.
36 lines
1.4 KiB
Makefile
36 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2010/03/11 10:59:58 sno Exp $
|
|
|
|
DISTNAME= Catalyst-View-Email-0.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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.7:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-Catalyst-View-Mason-[0-9]*:../../www/p5-Catalyst-View-Mason
|
|
DEPENDS+= p5-Catalyst-View-TT-[0-9]*:../../www/p5-Catalyst-View-TT
|
|
#DEPENDS+= p5-Class-C3>=0:../../devel/p5-Class-C3
|
|
DEPENDS+= p5-Email-MIME>=1.900:../../mail/p5-Email-MIME
|
|
DEPENDS+= p5-Email-Sender>=0.100110:../../mail/p5-Email-Sender
|
|
# Email::MIME-1.900 merges Email::MIME::Creator
|
|
#DEPENDS+= p5-Email-MIME-Creator>=1.455:../../mail/p5-Email-MIME-Creator
|
|
DEPENDS+= {perl>=5.10.1,p5-MIME-Base64>=3.08}:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Moose>=0.93:../../devel/p5-Moose
|
|
DEPENDS+= p5-parent>=0.223:../../devel/p5-parent
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/View/Email/.packlist
|
|
|
|
# M:I:AI switch - this is EU:MM module
|
|
#MAKE_ENV+= PERL_AUTOINSTALL=--skipdeps
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|