c78ce019a2
Changes: version 2.12: Fri Dec 21 12:18:51 CET 2012 Fixes: - default for Mail::Header::new(Modify) is 'false', not 'true' rt.cpan.org#79985 [Thomas Sibley] - Mail::Address take username with rindex(), a bit better than index() but still poor. rt.cpan.org#82056 [Filipe Gonçalves] Improvements: - check for bad folding of header lines rt.cpan.org#79993 [Thomas Sibley] - add a note about better to avoid Mail::Address->name(), in response to a question by rt.cpan.org#81459 [Moritz Lenz]
22 lines
606 B
Makefile
22 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.57 2013/01/27 10:28:03 rhaen Exp $
|
|
|
|
DISTNAME= MailTools-2.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mto
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MailTools/
|
|
COMMENT= Perl5 modules related to mail applications
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net
|
|
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
|
|
|
|
PERL5_PACKLIST= auto/Mail/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|