9a5441d68b
Update ruby-rugged to 1.0.0. No release note nor changes is available.
18 lines
458 B
Makefile
18 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.24 2020/04/27 07:04:14 taca Exp $
|
|
|
|
DISTNAME= rugged-1.0.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"
|