pkgsrc/mail/p5-Email-Abstract/Makefile
rhaen 031a05b9ea - took maintainership
Changelog:
2.134     2007-11-16
          (no code changes from previous dev release)

2.133_05  2007-11-11
          [BUG FIXES]
          added is_available method to MIMEEntity plugin

2.133_04  2007-09-24
          [ENHANCEMENTS]
          created Email::Abstract::Plugin base class; please use it!
          added is_available method to plugins

          [BUG FIXES]
          is_available in the Mail::Internet adapter should solve header
            folding issues (by preventing you from using it when it can't work)

2.133_03  2007-08-??
          diagnostics in output to indicate what version of a module we used

2.133_02  2007-07-??
          fix test planning

2.133_01  2007-07-??
          add test to ensure that "can't handle" exception is thrown ASAP
          remove unexplained requirement for perl 5.6
          fix Mail::Internet header fetching to unfold headers
          fix Mail::Message body setter, which hosed newlines
          fix body handling for Mail::Internet
          improved consistency of method used to find adapter class
          improved tests and test coverage
2008-07-16 13:39:34 +00:00

21 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/07/16 13:39:34 rhaen Exp $
DISTNAME= Email-Abstract-2.134
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ema
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Abstract/
COMMENT= Perl5 module for writing representation-independent mail handling code
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Email-Simple>=1.91:../../mail/p5-Email-Simple
DEPENDS+= p5-Module-Pluggable>=1.5:../../devel/p5-Module-Pluggable
PERL5_PACKLIST= auto/Email/Abstract/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"