summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Primes
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-10-03 02:31:19 +0000
committerhubertf <hubertf>2001-10-03 02:31:19 +0000
commit87999bd81a2d989c0ad4e389fb58561f1b170443 (patch)
treecf87f851f726cb1525f444c161e01e9e9218ee0b /security/p5-Crypt-Primes
parent545049472bb6279082def25003046af04c978967 (diff)
downloadpkgsrc-87999bd81a2d989c0ad4e389fb58561f1b170443.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/Makefile6
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