diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-10-03 02:31:19 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-10-03 02:31:19 +0000 |
commit | aa0dfcfda3467f8892073952fd703398e1e8440e (patch) | |
tree | cf87f851f726cb1525f444c161e01e9e9218ee0b /security/p5-Crypt-Primes | |
parent | 89002b450b0af5bf17d71b27f24be2ba41d1cbaf (diff) | |
download | pkgsrc-aa0dfcfda3467f8892073952fd703398e1e8440e.tar.gz |
Be more careful about wildcards: -* => -[0-9]*
Noted in PR 14137 (p5-Crypt-DSA) and 14139 (p5-Crypt-RSA)
Diffstat (limited to 'security/p5-Crypt-Primes')
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 37b4b9b14da..32cca722906 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/01 00:33:14 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $ # DISTNAME= Crypt-Primes-0.49 @@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module for provable prime number generation -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari -DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Primes/.packlist |