freebsd-ports/devel/rubygem-rugged/Makefile
Koop Mast 4a432dfdb2 Update libgit2 to 0.22.1. [1]
Update libgit2-glib to 0.22.8.
Update gitg to 3.16.1.
Update py-pygit2 to 0.22.0. [1][3]
Update rubygem-rugged to 0.22.1b1. [2]

This is done in one commit due to API/ABI breakage in libgit2.

PR:		196176	(based on)
Differential Revision:	https://reviews.freebsd.org/D2468
Submitted by:	lightside@gmx.com
Approved by:	maintainer (wg@ blanked) [1], ruby (swills@)[2]
Reviewed by:	koobs@ [3]
2015-05-11 20:56:01 +00:00

25 lines
529 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rugged
PORTVERSION= 0.22.1b1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
LICENSE= MIT
BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake \
libgit2>=0.22:${PORTSDIR}/devel/libgit2
LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2
USE_RUBY= yes
USES= pkgconfig
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
CONFIGURE_ARGS= --use-system-libraries
.include <bsd.port.mk>