summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RSA
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-RSA
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-RSA')
-rw-r--r--security/p5-Crypt-RSA/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index 9a5e26c0759..18542832ed1 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/10/02 16:59:39 mcr Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/03 02:31:20 hubertf Exp $
#
DISTNAME= Crypt-RSA-1.47
@@ -10,17 +10,17 @@ MAINTAINER= packages@netbsd.org
#HOMEPAGE=
COMMENT= perl5 module of the RSA public key algorithm
-DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari
-DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random
-DEPENDS+= p5-Crypt-Primes-*:../../security/p5-Crypt-Primes
-DEPENDS+= p5-Tie-EncryptedHash-*:../../security/p5-Tie-EncryptedHash
-DEPENDS+= p5-Convert-ASCII-Armour-*:../../textproc/p5-Convert-ASCII-Armour
-DEPENDS+= p5-SortVersions-*:../../devel/p5-SortVersions
-#DEPENDS+= p5-Digest-SHA1-*:../../security/p5-Digest-SHA1
-DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
-#DEPENDS+= p5-Digest-MD2-*:../../security/p5-Digest-MD2
-DEPENDS+= p5-Class-Loader-*:../../devel/p5-Class-Loader
-DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer
+DEPENDS+= p5-Math-Pari-[0-9]*:../../math/p5-Math-Pari
+DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
+DEPENDS+= p5-Crypt-Primes-[0-9]*:../../security/p5-Crypt-Primes
+DEPENDS+= p5-Tie-EncryptedHash-[0-9]*:../../security/p5-Tie-EncryptedHash
+DEPENDS+= p5-Convert-ASCII-Armour-[0-9]*:../../textproc/p5-Convert-ASCII-Armour
+DEPENDS+= p5-SortVersions-[0-9]*:../../devel/p5-SortVersions
+#DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
+DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+#DEPENDS+= p5-Digest-MD2-[0-9]*:../../security/p5-Digest-MD2
+DEPENDS+= p5-Class-Loader-[0-9]*:../../devel/p5-Class-Loader
+DEPENDS+= p5-Data-Buffer-[0-9]*:../../devel/p5-Data-Buffer
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/RSA/.packlist