a720bb8c5c
* Allow disabling rename detection for merge operations. * Documentation fix: Iterator -> Enumerator * Use Gem.win_platform? instead of custom code * add a little hint in the readme for google * cmake: honor CMAKE_FLAGS environment variable * cmake: honor `--with-sha1dc` * Better error messages for bad signature hash keys * Catch up to libgit2 0.26. * Add a method to parse a signature from a buffer
18 lines
459 B
Makefile
18 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/07/31 14:25:46 taca Exp $
|
|
|
|
DISTNAME= rugged-0.26.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 "../../security/openssl/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|