ports/devel/git-lab/Makefile
Adriaan de Groot 68f7c25267 devel/git-lab: new port adds git lab to CLI
git-lab is an extension for the git command-line tool that
helps with interacting with a gitlab instance (e.g. gitlab.com,
or GNOME or KDE gitlab instances). It adds a `git lab`
subcommand to git, which allows you to manage issues,
merge requests and more from the command-line.
2021-05-20 14:44:19 +02:00

21 lines
626 B
Makefile

PORTNAME= git-lab
DISTVERSION= 0.1
CATEGORIES= devel
MAINTAINER= adridg@FreeBSD.org
COMMENT= GitLab management commands for git CLI
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-gitlab>=2.7.1:devel/py-python-gitlab@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_GITLAB= yes
GL_SITE= https://invent.kde.org
GL_ACCOUNT= sdk
GL_PROJECT= ${PORTNAME}
GL_COMMIT= 68c892f1f5268652d23cea04b1af294b8fc32dbb
.include <bsd.port.mk>