forked from Lainports/freebsd-ports
17 lines
352 B
Makefile
17 lines
352 B
Makefile
PORTNAME= git2r
|
|
DISTVERSION= 0.33.0
|
|
PORTREVISION= 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>
|