pkgsrc/mail/p5-MIME-tools/Makefile
wiz cd68a759d7 Update to 5.427:
5.427     2008-06-30  Dave O'Neill <dmo@roaringpenguin.com>
	* VERSION 5.427 RELEASED

	* (bugfix) fix remove_sig() on invalid multipart message (RT #11901)

	* (bugfix) make_singlepart() no longer creates bizzare Content-Type: headers
	  (RT #37139)

	* (bugfix) process_part() no longer sets incorrect charset on empty
	  parts (RT #35369)

	* (bugfix) fix runtime warnings caused by incorrect pack() string
	  (RT #34451, bugs.debian.org #446342)

	* (docs) add "SEE ALSO" sections to POD docs (RT #30391)

	* (docs) fix documentation of MIME::Head::get() (RT #34552,
	  bugs.debian.org #235189)

	* (packaging) Depend on IO::File 1.1.3, for its binmode() support (RT #34178)
2008-08-12 22:38:31 +00:00

27 lines
791 B
Makefile

# $NetBSD: Makefile,v 1.32 2008/08/12 22:38:31 wiz Exp $
#
DISTNAME= MIME-tools-5.427
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mit
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MIME-tools/
COMMENT= Perl5 modules for encoding and decoding MIME messages
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MIME/tools/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"