diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /sysutils/shelldap | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'sysutils/shelldap')
-rw-r--r-- | sysutils/shelldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/shelldap/Makefile b/sysutils/shelldap/Makefile index 82df8dae58c..0b3e22a3cde 100644 --- a/sysutils/shelldap/Makefile +++ b/sysutils/shelldap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:04 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:52 obache Exp $ # PKGNAME= shelldap-0.5 DISTNAME= c6a3abc56c74 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://code.martini.nu/shelldap/archive/ EXTRACT_SUFX= .zip @@ -15,7 +15,7 @@ LICENSE= modified-bsd DEPENDS+= p5-YAML-Syck>=1.15:../../textproc/p5-YAML-Syck DEPENDS+= p5-Term-Shell>=0.02:../../devel/p5-Term-Shell -DEPENDS+= p5-Digest-MD5>=2.51:../../security/p5-Digest-MD5 +DEPENDS+= {perl>=5.13.6,p5-Digest-MD5>=2.51}:../../security/p5-Digest-MD5 DEPENDS+= p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff DEPENDS+= p5-perl-ldap>=0.40.01:../../databases/p5-perl-ldap DEPENDS+= p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine |