7610867004
This updates the bundled libgit2 to version 0.24.0.
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/03/08 15:35:59 taca Exp $
|
|
|
|
DISTNAME= rugged-0.24.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/libgit2/rugged
|
|
COMMENT= Ruby bindings to libgit2
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= cmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --use-system-libraries
|
|
|
|
.include "../../devel/libgit2/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|