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 /security/kpcli/Makefile | |
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 'security/kpcli/Makefile')
-rw-r--r-- | security/kpcli/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index 10b77913182..72e46a61510 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2013/06/14 21:15:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/12/09 14:17:51 obache Exp $ DISTNAME= kpcli-2.1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/} EXTRACT_SUFX= .pl @@ -15,7 +16,7 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael DEPENDS+= p5-File-KeePass-[0-9]*:../../security/p5-File-KeePass -DEPENDS+= p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine +DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine WRKSRC= ${WRKDIR} USE_LANGUAGES= # none |