diff options
author | jlam <jlam> | 2001-09-27 07:36:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-27 07:36:12 +0000 |
commit | b45ae16a011ff21738eaf8fba288788c646e7378 (patch) | |
tree | 3e43466bcabfdb33a84db0f51723ac2b58597405 /mail/p5-Mail-ListDetector | |
parent | c823856432d9e7cab40bbc72b25289e971030ac1 (diff) | |
download | pkgsrc-b45ae16a011ff21738eaf8fba288788c646e7378.tar.gz |
Change foo-* dependencies into foo-[0-9]* dependencies so we match only
those packages with a base package name of "foo".
Diffstat (limited to 'mail/p5-Mail-ListDetector')
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 6d246a35b6f..7d38fa0a79b 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 04:57:45 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/27 07:36:12 jlam Exp $ DISTNAME= Mail-ListDetector-0.18 PKGNAME= p5-${DISTNAME} @@ -8,10 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= packages@netbsd.org COMMENT= perl5 module to detect whether a message is from a mailing list -DEPENDS+= p5-MailTools-*:../../mail/p5-MailTools -DEPENDS+= p5-Email-Valid-*:../../mail/p5-Email-Valid -DEPENDS+= p5-URI-*:../../www/p5-URI -DEPENDS+= p5-Test-Simple-*:../../devel/p5-Test-Simple +DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools +DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/ListDetector/.packlist |