3d296d50f9
Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.
14 lines
306 B
Makefile
14 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 18:37:22 brook Exp $
|
|
|
|
R_PKGNAME= git2r
|
|
R_PKGVER= 0.26.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Provides access to Git repositories
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|