98eec88611
Changes : - add utf8 support [Philip Molter] - copyright notices fixed, date updated - And again, the patches of Autrijus had to be adapted to run on a perl 5.6.1 installation. Thanks to [Philip Molter] - Mail::Util::maildomain() if no information about domains is found in sendmail.cf, no error should be reported. [Vaughn Skinner] - Removed the possibility to use 'mailx', which was the default: removal from the detectionn routines and Mail/Mailer/mail.pm. Strongly suggested by [Sebastian Krahmer] - Mail::Util::domainname() Patch to remove use of S variable from sendmail.cf, because its inclusion is contra-productive. [Timur Bakeyev] - Mail::Util::domainname() Clean domain from sendmail.cf from trailing trash (if present) [Timur Bakeyev] - Mail::Util::domainname() Added environment variable MAILDOMAIN to overrule smart domain discovery. [Timur Bakeyev] - Fixed some typos - perl5.8.0 utf8 and unicode bugs fixed * See ChangeLog for more details
18 lines
477 B
Makefile
18 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.20 2003/01/31 11:01:30 shell Exp $
|
|
|
|
DISTNAME= MailTools-1.58
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mto
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= perl5 modules related to mail applications
|
|
|
|
BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|