summaryrefslogtreecommitdiff
path: root/security/R-askpass/Makefile
blob: a52c255b4935357001a53ad18b0aa3d4bcb69c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.2 2019/09/26 00:49:07 wiz Exp $

R_PKGNAME=	askpass
R_PKGVER=	1.1
CATEGORIES=	security

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Safe password entry for R, Git, and SSH
LICENSE=	mit

DEPENDS+=	R-sys>=2.1:../../sysutils/R-sys

USE_LANGUAGES=	c

REPLACE_INTERPRETER+=		osascript
REPLACE.osascript.old=		[^[:space:]]*env osascript
REPLACE.osascript.new=		/usr/bin/osascript
REPLACE_FILES.osascript=	inst/mac-askpass inst/mac-simplepass

CHECK_INTERPRETER_SKIP+=	lib/R/library/askpass/mac-askpass
CHECK_INTERPRETER_SKIP+=	lib/R/library/askpass/mac-simplepass

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"