6e71272ef4
Based on patch provided by Martin Wilke via PR 34438. - Changelog - Fixed backwards diff in test cases - Updated Mail::Mbox::MessageParser dependency to latest version, and updated test cases as well. (Thanks to Christoph Thiel <ct@kki.org> for the heads up.) Version 5.3031: Mon Jun 6 2005 - Fixed a bug that would cause the date_manip test to fail in some time zones. (Thanks to Kurt Roeckx <kurt@roeckx.be> for the Debian bug report, and Joey Hess <joeyh@debian.org> for notifying me.) - Added a missing "use" statement in Test::Utils. - Improved date matching for mailboxes containing invalid dates. (Thanks to Steve Revilak <srevilak@users.sourceforge.net> for the patch.) Version 5.3030: Tue Dec 21 2004 - Improved test failure reporting - Fixed version numbers, which were incompatible with some modules. (Thanks to Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> for the bug report) - Cleaned up code a bit Version 5.30.2: - Switched to Test::More for better test reporting Version 5.30.1: Thu Sep 16 2004 - Fixed Date::Manip parsing of single-point times such as "today". (Bug found by Marten van Wezel <puntloos@users.sourceforge.net>) - Changed Makefile.PL to use Module::Install - Changed version numbering - Dropped Benchmark::Timer from the distribution, since the updated version has been released
20 lines
662 B
Makefile
20 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/10/15 10:43:36 obache Exp $
|
|
|
|
DISTNAME= grepmail-5.3032
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
|
|
|
|
MAINTAINER= david@fundy.net
|
|
HOMEPAGE= http://grepmail.sourceforge.net/
|
|
COMMENT= mbox formatted file search utility
|
|
|
|
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
|
|
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
|
|
DEPENDS+= p5-Mail-Mbox-MessageParser>=1.4001:../../mail/p5-Mail-Mbox-MessageParser
|
|
|
|
PERL5_PACKLIST= auto/grepmail/.packlist
|
|
MAKE_PARAMS+= < /dev/null
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|