diff options
-rw-r--r-- | textproc/p5-Convert-ASCII-Armour/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Convert-PEM/Makefile | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/textproc/p5-Convert-ASCII-Armour/Makefile b/textproc/p5-Convert-ASCII-Armour/Makefile index 6c1f71c55cb..c2f8e9e81df 100644 --- a/textproc/p5-Convert-ASCII-Armour/Makefile +++ b/textproc/p5-Convert-ASCII-Armour/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2001/10/02 01:46:00 mcr Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/03 02:33:55 hubertf Exp $ # DISTNAME= Convert-ASCII-Armour-1.4 @@ -10,9 +10,9 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= COMMENT= perl5 module to convert binary octets into ASCII armour -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 -DEPENDS+= p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASCII/Armour/.packlist 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 |