26 lines
788 B
Makefile
26 lines
788 B
Makefile
# $NetBSD: Makefile,v 1.20 2011/08/14 13:25:26 obache Exp $
|
|
|
|
DISTNAME= Mail-ListDetector-1.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
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
|
|
|
|
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"
|