diff options
author | feld <feld@FreeBSD.org> | 2013-07-09 22:25:56 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2013-07-09 22:25:56 +0800 |
commit | b8c2290b8ecf998acc625acc30f47dc344675701 (patch) | |
tree | 9859786dbc806b17af736f9f1b9cc5a77cac9e4c /security/kpcli/Makefile | |
parent | f436572cb3d527e379828f10f0cecd040e3c65cb (diff) | |
download | freebsd-ports-gnome-b8c2290b8ecf998acc625acc30f47dc344675701.tar.gz freebsd-ports-gnome-b8c2290b8ecf998acc625acc30f47dc344675701.tar.zst freebsd-ports-gnome-b8c2290b8ecf998acc625acc30f47dc344675701.zip |
- Add support for pwck command
PR: ports/180371
Approved by: swills (mentor)
Diffstat (limited to 'security/kpcli/Makefile')
-rw-r--r-- | security/kpcli/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index 3982fc597134..cf0b67dbf767 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -2,6 +2,7 @@ PORTNAME= kpcli PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/kpcli/ EXTRACT_SUFX= .pl @@ -17,11 +18,12 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${PORTSDIR}/security/p5-Crypt-Rijndael \ 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-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \ + p5-Data-Password>=0:${PORTSDIR}/security/p5-Data-Password + BUILD_DEPENDS:= ${RUN_DEPENDS} USE_PERL5= yes - MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes PLIST_FILES= bin/kpcli |