pkgsrc/security/kpcli/Makefile
wiz 58b73cf5b9 Update kpcli to 3.0.
2015-Feb-08 v2.8 - Fixed cli_copy bug; refresh paths and ask to save.
                    Fixed a cli_mv bug; double path-normalization.
                    Fixed a path display bug, if done after a cli_mv.
                    Protect users from editing in the $FOUND_DIR.
                    Keep file opened, read-only, to show up in lsof.
                    Added inactivity locking (--timeout parameter).
                    Added shell expansion support to cli_ls, with the
                     ability to manage _all_ listed entries by number.
                    Added shell expansion support to cli_mv.
                    Added [y/N] option to list entries after a find.
 2015-Jun-19 v3.0 - Added Password Safe v3 file importing; requires
                     optional Crypt::PWSafe3 from CPAN.
                    Added $FORCED_READLINE global variable.
                    Attachments sanity check; SourceForge bug #17.
                    Endianness fix in magic_file_type(); SF bug #19.
2015-12-11 13:17:10 +00:00

36 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.14 2015/12/11 13:17:10 wiz Exp $
DISTNAME= kpcli-3.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/}
EXTRACT_SUFX= .pl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kpcli.sourceforge.net/
COMMENT= Command line interface to KeePass password safes
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
DEPENDS+= p5-Sort-Naturally-[0-9]*:../../devel/p5-Sort-Naturally
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-Crypt-PWSafe3-[0-9]*:../../security/p5-Crypt-PWSafe3
#DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine
DEPENDS+= p5-Term-ReadLine-Perl-[0-9]*:../../devel/p5-Term-ReadLine-Perl
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
REPLACE_PERL= ${DISTNAME}.pl
INSTALLATION_DIRS= bin
do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.pl ${DESTDIR}${PREFIX}/bin/kpcli.pl
.include "../../lang/perl5/buildlink3.mk"
.include "../../lang/perl5/license.mk"
.include "../../mk/bsd.pkg.mk"