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