summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DSA
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-10-03 02:31:19 +0000
committerhubertf <hubertf>2001-10-03 02:31:19 +0000
commitfd836da5c67e63b0c4893028428f08430f1622a0 (patch)
treecf87f851f726cb1525f444c161e01e9e9218ee0b /security/p5-Crypt-DSA
parent0ce24492b988a76e9ed564e07cbcaf914aad60b3 (diff)
downloadpkgsrc-fd836da5c67e63b0c4893028428f08430f1622a0.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-DSA')
-rw-r--r--security/p5-Crypt-DSA/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index eea582239f0..11d0a930a9b 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/10/02 16:59:05 mcr Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/03 02:31:19 hubertf Exp $
#
DISTNAME= Crypt-DSA-0.12
@@ -11,11 +11,11 @@ MAINTAINER= packages@netbsd.org
COMMENT= perl5 module for the DSA public key algorithm
# XXX: really want p5-Digest-SHA1...waiting for update
-DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
-DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari
-DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random
-DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer
-DEPENDS+= p5-Convert-PEM-*:../../textproc/p5-Convert-PEM
+DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
+DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
+DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
+DEPENDS+= p5-Convert-PEM-[0-9]*:../../textproc/p5-Convert-PEM
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DSA/.packlist