68bd8d7176
Patch provided by Martin Wilke via PR 34365. NOTE: p5-Test-Simple-[0-9]* already in perl base package, so delete dependency. Changes: 0.32 30 Oct 2005 - Add patch from Peter Oliver for some mailman lists 0.34 08 Apr 2006 - Add patch for bare debug issue reported by Chip Salzenberg <chip@synthian.ath.cx>
21 lines
723 B
Makefile
21 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/11/03 11:21:48 obache Exp $
|
|
|
|
DISTNAME= Mail-ListDetector-0.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mli
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Mail-ListDetector/
|
|
COMMENT= Perl5 module to detect whether a message is from a mailing list
|
|
|
|
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
|
|
DEPENDS+= p5-Email-Abstract-[0-9]*:../../mail/p5-Email-Abstract
|
|
DEPENDS+= p5-Email-Valid>=0.12:../../mail/p5-Email-Valid
|
|
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
|
|
|
|
PERL5_PACKLIST= auto/Mail/ListDetector/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|