pkgsrc/mail/p5-Catalyst-View-Email/Makefile
he 899c4f2971 Updated from version 0.11nb1 to 0.13.
Pkgsrc changes:
 o Adjust dependency on p5-Email-MIME-Creator to match new requirement

Upstream changes:

0.13    2009-02-22 14:06:00
        - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>

0.12    2009-01-22 06:52:00
        - Fixing tests for new versions of MIME::Creator
        - Better structure of the code so that ::Template can also handle
          plain text views
        - Added onto troubleshooting
2009-02-22 11:55:59 +00:00

27 lines
940 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/02/22 11:55:59 he Exp $
DISTNAME= Catalyst-View-Email-0.13
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
DEPENDS+= p5-Catalyst-Runtime>=5.7:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Class-C3>=0:../../devel/p5-Class-C3
DEPENDS+= p5-Email-Send>=2.185:../../mail/p5-Email-Send
DEPENDS+= p5-Email-MIME>=1.859:../../mail/p5-Email-MIME
DEPENDS+= p5-Email-MIME-Creator>=1.455:../../mail/p5-Email-MIME-Creator
DEPENDS+= p5-Catalyst-View-TT>=0:../../www/p5-Catalyst-View-TT
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/View/Email/.packlist
MAKE_ENV+= PERL_AUTOINSTALL=--skipdeps
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"