diff options
Diffstat (limited to 'devel/R-cran-git2r/Makefile')
-rw-r--r-- | devel/R-cran-git2r/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/R-cran-git2r/Makefile b/devel/R-cran-git2r/Makefile new file mode 100644 index 000000000000..027773e15711 --- /dev/null +++ b/devel/R-cran-git2r/Makefile @@ -0,0 +1,15 @@ +PORTNAME= git2r +DISTVERSION= 0.27.1 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Provides Access to Git Repositories + +LICENSE= GPLv2 + +LIB_DEPENDS= libgit2.so:devel/libgit2 + +USES= cran:auto-plist,compiles pkgconfig + +.include <bsd.port.mk> |