mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
17 lines
352 B
Makefile
17 lines
352 B
Makefile
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>
|