For more details see here: https://github.com/libgit2/libgit2/releases/tag/v0.27.5 Approved by: mentors (implicit) MFC after: 1d MFH: 2018Q4 Security: 8c08ab4c-d06c-11e8-b35c-001b217b3468
25 lines
569 B
Makefile
25 lines
569 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
# Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2
|
|
|
|
PORTNAME= rugged
|
|
PORTVERSION= 0.27.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
|
|
|
|
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
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|