diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
| commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
| tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /devel/git-lab/Makefile | |
| parent | cleanup: Remove expired ports: (diff) | |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'devel/git-lab/Makefile')
| -rw-r--r-- | devel/git-lab/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/git-lab/Makefile b/devel/git-lab/Makefile index 098976970339..496dc40bbcfc 100644 --- a/devel/git-lab/Makefile +++ b/devel/git-lab/Makefile @@ -1,15 +1,15 @@ -PORTNAME= git-lab -DISTVERSION= 0.1 -CATEGORIES= devel +PORTNAME= git-lab +DISTVERSION= 0.1 +CATEGORIES= devel -MAINTAINER= adridg@FreeBSD.org -COMMENT= GitLab management commands for git CLI +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 +USES= python USE_PYTHON= autoplist concurrent distutils USE_GITLAB= yes |
