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

MAINTAINER=	jpbeconne@free.fr
COMMENT=	Provides Access to Git Repositories
WWW=		https://CRAN.R-project.org/package=git2r

LICENSE=	GPLv2

LIB_DEPENDS=	libgit2.so:devel/libgit2

USES=		cran:auto-plist,compiles pkgconfig

.include <bsd.port.mk>