21f750caeb
2013-Jun-09 - v2.0 - Removed the unused Clone module after a report that Clone is no longer in core Perl as of v5.18.0. Added the stats and pwck commands. Added clipboard commands (xw/xu/xp/xx). Fixed some long-standing tab completion bugs. Warn if multiple groups or entries are titled the same within a group, except for /Backup entries. 2013-Jun-10 - v2.1 - Fixed several more tab completion bugs, and they were serious enough to warrant a quick release.
33 lines
1,019 B
Makefile
33 lines
1,019 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/06/14 21:15:24 wiz Exp $
|
|
|
|
DISTNAME= kpcli-2.1
|
|
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-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-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine
|
|
|
|
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"
|