diff options
Diffstat (limited to 'security/keychain/Makefile')
-rw-r--r-- | security/keychain/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index c116375d5bf6..913a8fbc38f1 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,6 +1,5 @@ PORTNAME= keychain -PORTVERSION= 2.8.5 -PORTREVISION= 1 +PORTVERSION= 2.9.5 CATEGORIES= security MAINTAINER= garga@FreeBSD.org @@ -10,23 +9,23 @@ WWW= https://www.funtoo.org/Keychain LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt +.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) +RUN_DEPENDS+= ssh-agent:security/openssh-portable +.endif + +USES= perl5 + USE_GITHUB= yes GH_ACCOUNT= funtoo +USE_PERL5= build CONFLICTS_INSTALL= py*-pycoin # bin/keychain -OPTIONS_DEFINE= DOCS - -NO_BUILD= yes - PLIST_FILES= bin/${PORTNAME} \ share/man/man1/keychain.1.gz +PORTDOCS= ChangeLog.md README.md -PORTDOCS= ChangeLog README.md - -.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) -RUN_DEPENDS+= ssh-agent:security/openssh-portable -.endif +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |