From a338555d3641c0b4a0b5f32199117a1cb2efae6a Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 3 Oct 2001 02:33:55 +0000 Subject: be more cautious about pkg wildcards: PR 14138, 14140 --- textproc/p5-Convert-PEM/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc/p5-Convert-PEM') 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 -- cgit v1.2.3