aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-git2r/Makefile
blob: 027773e1571152b86b8eb197798d3f07de8ddfd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	git2r
DISTVERSION=	0.27.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	jpbeconne@free.fr
COMMENT=	Provides Access to Git Repositories

LICENSE=	GPLv2

LIB_DEPENDS=	libgit2.so:devel/libgit2

USES=		cran:auto-plist,compiles pkgconfig

.include <bsd.port.mk>