freebsd-ports/devel/rubygem-rugged/Makefile
Torsten Zuehlsdorff 150af6e630 devel/rubygem-rugged: Update from 0.25.1.1 to 0.26.0
Changelog: https://github.com/libgit2/rugged/blob/v0.26.0/CHANGELOG.md

Also add missing RUN_DEPENDS found by stage-qa

Submitted by: Matthias Fechner <idefix@fechner.net>
2017-11-28 16:39:23 +00:00

25 lines
554 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rugged
PORTVERSION= 0.26.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cmake:devel/cmake \
libgit2>=${PORTVERSION:R}:devel/libgit2
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libgmp.so:math/gmp \
libunwind.so:devel/libunwind
CONFIGURE_ARGS= --use-system-libraries
USE_RUBY= yes
USES= gem pkgconfig
.include <bsd.port.mk>