aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rugged/Makefile
blob: 3acc8833d2bf2dafd6e006148ef5b15196a947c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$

PORTNAME=	rugged
PORTVERSION=	0.24.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:${PORTSDIR}/devel/cmake \
		libgit2>=${PORTVERSION:R}:${PORTSDIR}/devel/libgit2
LIB_DEPENDS=	libgit2.so:${PORTSDIR}/devel/libgit2

CONFIGURE_ARGS=	--use-system-libraries
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
USES=		pkgconfig

.include <bsd.port.mk>