freebsd-ports/devel/rubygem-rugged/Makefile
Matthias Fechner 2c68245ea1 devel/libgit2: update to 1.7.1
Including direct dependencies.
Changelog:
https://github.com/libgit2/libgit2/releases
2023-11-13 15:10:10 +02:00

22 lines
514 B
Makefile

# Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2
PORTNAME= rugged
PORTVERSION= 1.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby bindings to the libgit2 library
WWW= https://github.com/libgit2/rugged
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= libgit2>=${PORTVERSION:R}:devel/libgit2
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libgmp.so:math/gmp
CONFIGURE_ARGS= --use-system-libraries
USES= gem pkgconfig
.include <bsd.port.mk>