da67e4ca1c
Should hopefully unbreak bulk builds.
15 lines
381 B
Makefile
15 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/08/27 06:02:26 jperkin Exp $
|
|
|
|
R_PKGNAME= gitcreds
|
|
R_PKGVER= 0.1.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Query 'git' Credentials from 'R'
|
|
LICENSE= mit # + file LICENSE
|
|
|
|
DEPENDS+= R-oskeyring-[0-9]*:../../security/R-oskeyring
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|