mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
16 lines
305 B
Makefile
16 lines
305 B
Makefile
PORTNAME= git2r
|
|
DISTVERSION= 0.27.1
|
|
PORTREVISION= 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>
|