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-Random | |
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-Random')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 1cdd49d23f8..d60ca321631 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/01 01:58:47 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $ # DISTNAME= Crypt-Random-1.11 @@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 interface to /dev/random -DEPENDS+= p5-Class-Loader-*:../../devel/p5-Class-Loader -DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari +DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader +DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Random/.packlist |