b87129c641
2005-12-22 David F. Skoll * VERSION 5.419 RELEASED * Added MIME::Parser->decode_bodies method. This lets you force MIME::Tools to store body parts WITHOUT decoding them. Useful if you need the exact unmangled message source (for example, for GPG-signing.) Patch submitted by Jörn Reder.
24 lines
698 B
Makefile
24 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.25 2006/01/03 18:24:14 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= MIME-tools-5.419
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mit
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MIME-tools/
|
|
COMMENT= Perl5 modules for encoding and decoding MIME messages
|
|
|
|
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"
|