diff options
author | mef <mef@pkgsrc.org> | 2015-02-13 13:24:53 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-13 13:24:53 +0000 |
commit | 382f2004d00d0a1135a908a500329a89e6bd0b7b (patch) | |
tree | ac9eed56f21d21bc0eb8532876d424af04755844 /databases | |
parent | a535a6329042bee26e35086dbabbe93bbf4576f8 (diff) | |
download | pkgsrc-382f2004d00d0a1135a908a500329a89e6bd0b7b.tar.gz |
Add one more dependency, as was said below. PKGREVISION++.
[Core Features]
....
- Text::Soundex ...missing.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index 5e48c38c11c..6368727827a 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2014/10/09 13:44:36 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2015/02/13 13:24:53 mef Exp $ DISTNAME= perl-ldap-0.63 +PKGREVISION= 1 PKGNAME= p5-${DISTNAME} CATEGORIES= databases net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -14,6 +15,7 @@ BUILD_DEFS+= IPV6_READY DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-Text-Soundex-[0-9]*:../../textproc/p5-Text-Soundex DEPENDS+= {perl>=5.8.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer |