mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
20 lines
487 B
Makefile
20 lines
487 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab_git
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= GitLab wrapper around git objects
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=3.2.13:${PORTSDIR}/devel/rubygem-activesupport \
|
|
rubygem-github-linguist>=2.3.4:${PORTSDIR}/textproc/rubygem-github-linguist \
|
|
rubygem-gitlab-grit>=2.6.0:${PORTSDIR}/textproc/rubygem-gitlab-grit
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|