pkgsrc/security/R-gitcreds/Makefile
jperkin da67e4ca1c security: Spell R-gitcreds correctly.
Should hopefully unbreak bulk builds.
2021-08-27 06:02:26 +00:00

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"