498849c4e2
Changes from previous: 1.02 14 Nov 2009 - Fix CPAN RT bug 35320 - add missing dependency - Add Test::Kwalitee to ensure we always have kwalitee. - Add github repo http://github.com/mstevens/Mail--ListDetector 1.03 30 Jun 2010 - Make license more explicit 1.04 19 Feb 2011 - Fix pod warnings.
26 lines
802 B
Makefile
26 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.21 2011/10/22 01:40:28 hiramatsu Exp $
|
|
|
|
DISTNAME= Mail-ListDetector-1.04
|
|
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 messages from a mailing lists
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Mail/ListDetector/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|