1PORTNAME= git-lab 2DISTVERSION= 0.1 3CATEGORIES= devel 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= GitLab management commands for git CLI 7WWW= https://invent.kde.org/sdk/git-lab 8 9LICENSE= gpl2 10 11RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ 12 ${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \ 13 ${PYTHON_PKGNAMEPREFIX}python-gitlab>=2.7.1:devel/py-python-gitlab@${PY_FLAVOR} 14 15USES= python 16USE_PYTHON= autoplist concurrent distutils 17 18USE_GITLAB= yes 19GL_SITE= https://invent.kde.org 20GL_ACCOUNT= sdk 21GL_PROJECT= ${PORTNAME} 22GL_TAGNAME= 68c892f1f5268652d23cea04b1af294b8fc32dbb 23 24.include <bsd.port.mk> 25