diff options
Diffstat (limited to 'security/kpcli/Makefile')
-rw-r--r-- | security/kpcli/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index 9deb90b77ec4..89cd69e76348 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -12,16 +12,16 @@ COMMENT= Command line interface to KeePassX and KeePass database files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-Sort-Naturally>=1.02:${PORTSDIR}/textproc/p5-Sort-Naturally \ - p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \ - p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \ - p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - p5-Data-Password>=0:${PORTSDIR}/security/p5-Data-Password \ - p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone \ - p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard +RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:security/p5-Crypt-Rijndael \ + p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey \ + p5-Sort-Naturally>=1.02:textproc/p5-Sort-Naturally \ + p5-File-KeePass>=2.03:security/p5-File-KeePass \ + p5-Term-ShellUI>=0.9:shells/p5-Term-ShellUI \ + p5-ReadLine-Gnu>=1.19:devel/p5-ReadLine-Gnu \ + p5-Data-Password>=0:security/p5-Data-Password \ + p5-Clone>=0.31:devel/p5-Clone \ + p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-Clipboard>=0:x11/p5-Clipboard BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix @@ -30,8 +30,8 @@ PLIST_FILES= bin/kpcli man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= PWSAFE3 PWSAFE3_DESC= Password Safe V3 file importing -PWSAFE3_BUILD_DEPENDS+= p5-Crypt-PWSafe3>=1.21:${PORTSDIR}/security/p5-Crypt-PWSafe3 -PWSAFE3_RUN_DEPENDS+= p5-Crypt-PWSafe3>=1.21:${PORTSDIR}/security/p5-Crypt-PWSafe3 +PWSAFE3_BUILD_DEPENDS+= p5-Crypt-PWSafe3>=1.21:security/p5-Crypt-PWSafe3 +PWSAFE3_RUN_DEPENDS+= p5-Crypt-PWSafe3>=1.21:security/p5-Crypt-PWSafe3 do-extract: @${MKDIR} ${WRKSRC} |