From f79573370a0e23409840de418068dce41749898e Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 27 Sep 2001 23:17:41 +0000 Subject: Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. --- databases/p5-perl-ldap/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/p5-perl-ldap') diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index fbe94e4eccb..a96c00525c1 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/05/04 14:29:00 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/09/27 23:17:54 jlam Exp $ # DISTNAME= perl-ldap-0.23 @@ -10,10 +10,10 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://perl-ldap.sourceforge.net/ COMMENT= Perl class to access LDAP servers -DEPENDS+= p5-XML-Parser-*:../../textproc/p5-XML-Parser -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1 -DEPENDS+= p5-libwww-*:../../www/p5-libwww +DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww USE_PERL5= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist -- cgit v1.2.3