diff options
Diffstat (limited to 'mail/p5-Mail-ListDetector/Makefile')
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 3ba7cfa14ba..38df09c06a8 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2006/11/03 11:21:48 obache Exp $ +# $NetBSD: Makefile,v 1.17 2007/05/27 09:41:24 heinz Exp $ -DISTNAME= Mail-ListDetector-0.34 +DISTNAME= Mail-ListDetector-1.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mli CATEGORIES= mail perl5 @@ -8,13 +8,17 @@ 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 +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" |