blob: 9b87c198ddd65bfc41545cee9a6857d37d041897 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= git2r
DISTVERSION= 0.33.0
PORTREVISION= 3
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>
|