diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-10-03 02:33:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-10-03 02:33:55 +0000 |
commit | 8d6e46a77849fb9938404bbf7f75e7caa3d285da (patch) | |
tree | b8ac60b2ed781e2ebbd4ef4ed0db711b501929f6 /textproc/p5-Convert-PEM | |
parent | aa0dfcfda3467f8892073952fd703398e1e8440e (diff) | |
download | pkgsrc-8d6e46a77849fb9938404bbf7f75e7caa3d285da.tar.gz |
be more cautious about pkg wildcards: PR 14138, 14140
Diffstat (limited to 'textproc/p5-Convert-PEM')
-rw-r--r-- | textproc/p5-Convert-PEM/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile index 0fe15ddb430..c5bdada6ece 100644 --- a/textproc/p5-Convert-PEM/Makefile +++ b/textproc/p5-Convert-PEM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/02 01:46:18 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:33:55 hubertf Exp $ # DISTNAME= Convert-PEM-0.06 @@ -10,11 +10,11 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module to read/write ASN.1-encoded PEM files -DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1 -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES -DEPENDS+= p5-Crypt-DES_EDE3-*:../../security/p5-Crypt-DES_EDE3 +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES +DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3 USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/PEM/.packlist |