pkgsrc/security/kpcli/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

34 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:19 wiz Exp $
DISTNAME= kpcli-2.1
PKGREVISION= 2
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+= {perl>=5.002,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"