03a479af1c
Catch up tolibgit2 1.5.0. Changes from 1.2.0 are too many to write here please refer: <https://github.com/libgit2/rugged/compare/v1.2.0...v1.5.0.1>.
18 lines
460 B
Makefile
18 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.29 2022/09/03 15:05:42 taca Exp $
|
|
|
|
DISTNAME= rugged-1.5.0.1
|
|
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"
|